diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-03 13:27:11 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-03 13:27:11 +0100 |
commit | f3de9d784cc34a87dfd96cf10fb5355403da3010 (patch) | |
tree | 8dc52666d948dd1704de0e098f0594c1e1c95401 /app/views/dashboard | |
parent | 0833057494dcf84c789fee8a1dd2c3f3f541d036 (diff) | |
parent | 6689224a90f3d2500be5d927ea1ed9656fc7b1b6 (diff) | |
download | gitlab-ce-f3de9d784cc34a87dfd96cf10fb5355403da3010.tar.gz |
Merge branch 'master' into ui/milestonesui/milestones
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/groups/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml index f3f3f58111e..d5b7e729e7b 100644 --- a/app/views/dashboard/groups/index.html.haml +++ b/app/views/dashboard/groups/index.html.haml @@ -8,8 +8,8 @@ = link_to new_group_path, class: "btn btn-new" do %i.fa.fa-plus New Group - .title Welcome to the groups! - Group members have access to all group projects. + .oneline + Group members have access to all group projects. %ul.content-list - @group_members.each do |group_member| |