summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-24 17:11:45 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-25 10:24:29 +0100
commit34cc8f4a60f25bfa2503f0ad006b047fd2c2f81c (patch)
tree7f4af1ee8784ddc72be8ae30b68fdfd9d66f2882 /app/views/groups
parentd9749c8d36750136cbd8989918b1fec8ff2c4b49 (diff)
downloadgitlab-ce-34cc8f4a60f25bfa2503f0ad006b047fd2c2f81c.tar.gz
Improve project members page UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/group_members/index.html.haml7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml
index b3a811b2669..c83766e729a 100644
--- a/app/views/groups/group_members/index.html.haml
+++ b/app/views/groups/group_members/index.html.haml
@@ -1,9 +1,6 @@
-- @blank_container = true
- page_title "Members"
- header_title group_title(@group, "Members", group_group_members_path(@group))
-
-
-
+- @blank_container = true
.group-members-page
- if current_user && current_user.can?(:admin_group_member, @group)
@@ -14,8 +11,6 @@
- if should_user_see_group_roles?(current_user, @group)
%p.light
Members of group have access to all group projects.
- Read more about permissions
- %strong= link_to "here", help_page_path("permissions", "permissions"), class: "vlink"
.new-group-member-holder
= render "new_group_member"