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
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-17 16:27:58 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-05-17 16:27:58 +0300
commit3b1a74b12d543224b4e5287fb54046905d006944 (patch)
tree18b4643c6d3823644c5a528303f8be462aeb29c4 /app/views/admin
parent30a60ee4a0373b184bc1a825bf332ee357d5f899 (diff)
Resolve CE/EE diffs in admin users head
Part of single codebase changes.
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/users/_head.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/users/_head.html.haml b/app/views/admin/users/_head.html.haml
index a733f420d11..e7dde7985fd 100644
--- a/app/views/admin/users/_head.html.haml
+++ b/app/views/admin/users/_head.html.haml
@@ -6,6 +6,7 @@
%span.cred (Internal)
- if @user.admin
%span.cred (Admin)
+ = render_if_exists 'admin/users/audtior_user_badge'
.float-right
- if impersonation_enabled? && @user != current_user && @user.can?(:log_in)