Team and group descriptions
Merge request reports
Activity
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)
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' 10 10 .input 11 11 = f.text_field :name, placeholder: "Example Group", class: "xxlarge" 12 12 13 13 .clearfix.group-description-holder
Please register or sign in to reply