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:
Diffstat (limited to 'app/views/users/_view_user_in_admin_area.html.haml')
-rw-r--r--app/views/users/_view_user_in_admin_area.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/users/_view_user_in_admin_area.html.haml b/app/views/users/_view_user_in_admin_area.html.haml
new file mode 100644
index 00000000000..b13f22956f6
--- /dev/null
+++ b/app/views/users/_view_user_in_admin_area.html.haml
@@ -0,0 +1,4 @@
+- if current_user && current_user.admin?
+ = render Pajamas::ButtonComponent.new(href: [:admin, @user],
+ icon: 'user',
+ button_options: { class: 'gl-flex-grow-1 gl-mx-1 has-tooltip', title: s_('UserProfile|View user in admin area'), data: { toggle: 'tooltip', placement: 'bottom', container: 'body' } })