diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-02 23:31:46 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-03 16:14:11 +0100 |
| commit | 639b25e34caa27191dc190c62b8d9ad59f9624ff (patch) | |
| tree | c77d8427a2f43db421abc3a93b1e4f54a4a7cb73 /app/views/dashboard/groups | |
| parent | bb51e9c66ee91f70f11f210b03fe0a36885bb05d (diff) | |
| download | gitlab-ce-639b25e34caa27191dc190c62b8d9ad59f9624ff.tar.gz | |
Improve UI consistency between projects and groups lists
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard/groups')
| -rw-r--r-- | app/views/dashboard/groups/index.html.haml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml index d5b7e729e7b..caca91af536 100644 --- a/app/views/dashboard/groups/index.html.haml +++ b/app/views/dashboard/groups/index.html.haml @@ -2,15 +2,6 @@ - header_title "Groups", dashboard_groups_path = render 'dashboard/groups_head' -.gray-content-block - - if current_user.can_create_group? - %span.pull-right.hidden-xs - = link_to new_group_path, class: "btn btn-new" do - %i.fa.fa-plus - New Group - .oneline - Group members have access to all group projects. - %ul.content-list - @group_members.each do |group_member| - group = group_member.group |
