diff options
-rw-r--r-- | app/views/groups/members.html.haml | 3 |
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 |