Commit ed94edeb authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Corrected documentation to reflect the latest changes to view

Changed ratio button label from Audit to Auditor, also
changed "Admin" label to "Access level"
parent 7847c630
......@@ -9,7 +9,7 @@
.col-sm-10= f.check_box :can_create_group
.form-group
= f.label :admin, class: 'control-label'
= f.label :access_level, class: 'control-label'
.col-sm-10
= f.radio_button :access_level, :regular, checked: true
= label_tag :regular do
......@@ -19,7 +19,7 @@
- if license_allows_auditor_user?
= f.radio_button :access_level, :auditor
= label_tag :auditor do
Audit
Auditor
%p.light
Auditors have read-only access to all groups, projects and users
- if current_user == @user
......
......@@ -17,7 +17,7 @@ on the GitLab instance.
The `auditor` role is _not_ a read-only version of the `admin` role. The auditor will not be
able to access the project settings pages, or the Admin Area.
A user access level can be set to ‘Auditor’ in the Admin Area
A user's access level can be set to ‘Auditor’ in the Admin Area
![Admin Area Form](auditor_access_form.png)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment