Commit 39c78b71c1780c6f749f21edef4de0ac94ca9c96
1 parent
6cc3bb0f
Exists in
master
and in
4 other branches
Add information about admin.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/help/permissions.html.haml
... | ... | @@ -2,6 +2,7 @@ |
2 | 2 | %h3.page-title Permissions |
3 | 3 | %p.light Users have different abilities depending on the access level they have in particular group or project. |
4 | 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. | |
5 | 6 | %hr |
6 | 7 | |
7 | 8 | %h4 Project: | ... | ... |