Commit 482f64c5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Mention group permissions on Help#permissions page

parent 0a2a34a4
= render layout: 'help/layout' do = render layout: 'help/layout' do
%h3.page-title Permissions %h3.page-title Permissions
%p.light User has different abilities depends on access level he has in particular group or project
%hr
%h4 Project:
%table.table %table.table
%thead %thead
%tr %tr
...@@ -158,3 +161,50 @@ ...@@ -158,3 +161,50 @@
%td %td
%td %td
%td.permission-x ✓ %td.permission-x ✓
%h4 Group
%table.table
%thead
%tr
%th Action
%th Guest
%th Reporter
%th Developer
%th Master
%th Owner
%tbody
%tr
%td Browse group
%td.permission-x ✓
%td.permission-x ✓
%td.permission-x ✓
%td.permission-x ✓
%td.permission-x ✓
%tr
%td Edit group
%td
%td
%td
%td
%td.permission-x ✓
%tr
%td Create project in group
%td
%td
%td
%td
%td.permission-x ✓
%tr
%td Manage group members
%td
%td
%td
%td
%td.permission-x ✓
%tr
%td Remove group
%td
%td
%td
%td
%td.permission-x ✓
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment