Skip to content
Snippets Groups Projects

Team and group descriptions

Merged gitlab-qa-bot requested to merge github/fork/Undev/team-and-group-descriptions into master

Created by: Andrew8xx8

I've added description to groups and teams. Looks like this: Screenshot-19

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Unable to load the diff
  • Created by: mrohnstock

    cs issue

    By Administrator on 2013-02-28T14:55:55 (imported from GitLab project)

    By Administrator on 2013-02-28T14:55:55 (imported from GitLab)

  • Created by: mrohnstock

    nice :thumbsup:

    By Administrator on 2013-02-08T10:22:32 (imported from GitLab project)

    By Administrator on 2013-02-08T10:22:32 (imported from GitLab)

  • Created by: dzaporozhets

    Description on dashboard makes group and team rows twice bigger. So if you have few groups you need to scroll to get to projects list

    By Administrator on 2013-02-12T16:36:59 (imported from GitLab project)

    By Administrator on 2013-02-12T16:36:59 (imported from GitLab)

  • gitlab-qa-bot
  • gitlab-qa-bot
  • Created by: dzaporozhets

    Also this PR miss tests

    By Administrator on 2013-02-12T16:41:45 (imported from GitLab project)

    By Administrator on 2013-02-12T16:41:45 (imported from GitLab)

  • Created by: Andrew8xx8

    I've fixed all your notes

    By Administrator on 2013-02-19T19:03:45 (imported from GitLab project)

    By Administrator on 2013-02-19T19:03:45 (imported from GitLab)

  • Created by: dzaporozhets

    Thank you. I'll take a look tomorrow

    By Administrator on 2013-02-20T10:53:56 (imported from GitLab project)

    By Administrator on 2013-02-20T10:53:56 (imported from GitLab)

  • gitlab-qa-bot
  • 1 if @team.description.present?
    • Created by: dzaporozhets

      I guess it should be @team here

      By Administrator on 2013-02-28T14:55:55 (imported from GitLab project)

      By Administrator on 2013-02-28T14:55:55 (imported from GitLab)

  • gitlab-qa-bot
  • 69 69 end
    70 70
    71 71 And 'submit form with new group info' do
    72 fill_in 'group_name', :with => 'Samurai'
    72 fill_in 'group_name', with: 'Samurai'
    73 fill_in 'group_description', with: 'Tokugawa Shogunate'
    • Created by: dzaporozhets

      please use ruby 1.9 hash syntax

      By Administrator on 2013-02-28T14:55:55 (imported from GitLab project)

      By Administrator on 2013-02-28T14:55:55 (imported from GitLab)

  • gitlab-qa-bot
  • 10 10 .input
    11 11 = f.text_field :name, placeholder: "Example Group", class: "xxlarge"
    12 12
    13
    13 .clearfix.group-description-holder
    • Created by: dzaporozhets

      please use group-description-holder for css classes names

      By Administrator on 2013-02-28T14:55:55 (imported from GitLab project)

      By Administrator on 2013-02-28T14:55:55 (imported from GitLab)

  • Created by: dzaporozhets

    thank you

    By Administrator on 2013-03-01T14:27:13 (imported from GitLab project)

    By Administrator on 2013-03-01T14:27:13 (imported from GitLab)

  • Please register or sign in to reply
    Loading