From 3b1a74b12d543224b4e5287fb54046905d006944 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Fri, 17 May 2019 14:27:58 +0100 Subject: Resolve CE/EE diffs in admin users head Part of single codebase changes. --- app/views/admin/users/_head.html.haml | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1