Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-16 15:12:41 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-05-16 15:53:14 +0300
commitb0f2d8690ec1d2d4fb0409010470877c8f8c122f (patch)
treebbdac7c9e50a7a83845771c4260453f8ebbebffd /app
parent9afe8d3bcd1f3f39c8543f675e2522e73dd78b59 (diff)
Resolve CE/EE diffs in admin user access levels
Part of single codebase changes.
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/users/_access_levels.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/users/_access_levels.html.haml b/app/views/admin/users/_access_levels.html.haml
index 12e24ddef02..98b6bc7bc46 100644
--- a/app/views/admin/users/_access_levels.html.haml
+++ b/app/views/admin/users/_access_levels.html.haml
@@ -22,6 +22,8 @@
%p.light
Regular users have access to their groups and projects
+ = render_if_exists 'admin/users/auditor_access_level_radio', f: f, disabled: editing_current_user
+
= f.radio_button :access_level, :admin, disabled: editing_current_user
= label_tag :admin, class: 'font-weight-bold' do
Admin