From c6096e47d6f1d020d96ac55706044290dc6d82e8 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 26 Sep 2013 15:08:33 +0300 Subject: [PATCH] Mention permissions table on Group#members page --- app/views/groups/members.html.haml | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/app/views/groups/members.html.haml b/app/views/groups/members.html.haml index 77bab11..124560e 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 -- libgit2 0.21.2