summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-26 15:08:33 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-26 15:08:33 +0300
commitc6096e47d6f1d020d96ac55706044290dc6d82e8 (patch)
treec3c05842933845d064f85ee18c19db4e7f1d7069 /app/views/groups
parent482f64c574acbfac56d1031e7b8efe91429f70aa (diff)
downloadgitlab-ce-c6096e47d6f1d020d96ac55706044290dc6d82e8.tar.gz
Mention permissions table on Group#members page
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/members.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/groups/members.html.haml b/app/views/groups/members.html.haml
index 77bab11b331..124560e4786 100644
--- a/app/views/groups/members.html.haml
+++ b/app/views/groups/members.html.haml
@@ -2,6 +2,9 @@
Group members
%p.light
Members of group have access to all group projects.
+ Read more about permissions
+ %strong= link_to "here", help_permissions_path, class: "vlink"
+
%hr
- can_manage_group = current_user.can? :manage_group, @group
.ui-box