Commit c6096e47d6f1d020d96ac55706044290dc6d82e8
1 parent
482f64c5
Exists in
master
and in
4 other branches
Mention permissions table on Group#members page
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
app/views/groups/members.html.haml
... | ... | @@ -2,6 +2,9 @@ |
2 | 2 | Group members |
3 | 3 | %p.light |
4 | 4 | Members of group have access to all group projects. |
5 | + Read more about permissions | |
6 | + %strong= link_to "here", help_permissions_path, class: "vlink" | |
7 | + | |
5 | 8 | %hr |
6 | 9 | - can_manage_group = current_user.can? :manage_group, @group |
7 | 10 | .ui-box | ... | ... |