Mention group permissions on Help#permissions page

This commit is contained in:
Dmitriy Zaporozhets 2013-09-26 15:06:00 +03:00
parent 0a2a34a4d1
commit 482f64c574
1 changed files with 50 additions and 0 deletions

View File

@ -1,6 +1,9 @@
= render layout: 'help/layout' do
%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
%thead
%tr
@ -158,3 +161,50 @@
%td
%td
%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 ✓