Commit f81532b5b929d5fa8fdf72a71eb036b0cf27735b
Exists in
master
and in
4 other branches
Merge branch 'permission-levels' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
3 additions
and
1 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 | |
3 | + %p.light Users have different abilities depending on the access level they have in particular group or project. | |
4 | + %p.light If a user is both in a project group and in the project itself the highest permission level is used. | |
5 | + %p.light If a user is a GitLab administrator they receive all permissions. | |
4 | 6 | %hr |
5 | 7 | |
6 | 8 | %h4 Project: | ... | ... |