Commit 482f64c574acbfac56d1031e7b8efe91429f70aa

Authored by Dmitriy Zaporozhets
1 parent 0a2a34a4

Mention group permissions on Help#permissions page

Showing 1 changed file with 50 additions and 0 deletions   Show diff stats
app/views/help/permissions.html.haml
1 1 = render layout: 'help/layout' do
2 2 %h3.page-title Permissions
  3 + %p.light User has different abilities depends on access level he has in particular group or project
  4 + %hr
3 5  
  6 + %h4 Project:
4 7 %table.table
5 8 %thead
6 9 %tr
... ... @@ -158,3 +161,50 @@
158 161 %td
159 162 %td
160 163 %td.permission-x ✓
  164 +
  165 + %h4 Group
  166 + %table.table
  167 + %thead
  168 + %tr
  169 + %th Action
  170 + %th Guest
  171 + %th Reporter
  172 + %th Developer
  173 + %th Master
  174 + %th Owner
  175 + %tbody
  176 + %tr
  177 + %td Browse group
  178 + %td.permission-x ✓
  179 + %td.permission-x ✓
  180 + %td.permission-x ✓
  181 + %td.permission-x ✓
  182 + %td.permission-x ✓
  183 + %tr
  184 + %td Edit group
  185 + %td
  186 + %td
  187 + %td
  188 + %td
  189 + %td.permission-x ✓
  190 + %tr
  191 + %td Create project in group
  192 + %td
  193 + %td
  194 + %td
  195 + %td
  196 + %td.permission-x ✓
  197 + %tr
  198 + %td Manage group members
  199 + %td
  200 + %td
  201 + %td
  202 + %td
  203 + %td.permission-x ✓
  204 + %tr
  205 + %td Remove group
  206 + %td
  207 + %td
  208 + %td
  209 + %td
  210 + %td.permission-x ✓
... ...