Commit 44a7a272 authored by Simon Knox's avatar Simon Knox

Merge branch 'arty-fix-auditor-badge' into 'master'

Fix auditor badging

See merge request gitlab-org/gitlab!52943
parents bf68a923 6a16fe5f
......@@ -15,7 +15,7 @@
- if @user.deactivated?
%span.cred
= s_('AdminUsers|(Deactivated)')
= render_if_exists 'admin/users/audtior_user_badge'
= render_if_exists 'admin/users/auditor_user_badge'
.float-right
- if impersonation_enabled? && @user != current_user && @user.can?(:log_in)
......
---
title: Fix to show auditor badging in admin user view
merge_request: 52943
author:
type: fixed
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