Commit 6cc3bb0f8fe292001c80c3a14cdc21952dd50c5f

Authored by Sytse Sijbrandij
1 parent 4123c76e

Explain how group and project permissions interact.

Showing 1 changed file with 2 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.
4 5 %hr
5 6  
6 7 %h4 Project:
... ...