summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-17 14:27:58 +0100
committerLuke Bennett <lbennett@gitlab.com>2019-05-17 14:27:58 +0100
commit3b1a74b12d543224b4e5287fb54046905d006944 (patch)
tree18b4643c6d3823644c5a528303f8be462aeb29c4
parent30a60ee4a0373b184bc1a825bf332ee357d5f899 (diff)
downloadgitlab-ce-3b1a74b12d543224b4e5287fb54046905d006944.tar.gz
Resolve CE/EE diffs in admin users headadmin-users-head-scb
Part of single codebase changes.
-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)