Commit 3b1a74b1 authored by Luke Bennett's avatar Luke Bennett

Resolve CE/EE diffs in admin users head

Part of single codebase changes.
parent 30a60ee4
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
%span.cred (Internal) %span.cred (Internal)
- if @user.admin - if @user.admin
%span.cred (Admin) %span.cred (Admin)
= render_if_exists 'admin/users/audtior_user_badge'
.float-right .float-right
- if impersonation_enabled? && @user != current_user && @user.can?(:log_in) - if impersonation_enabled? && @user != current_user && @user.can?(:log_in)
......
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