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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-05 21:08:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-05 21:08:18 +0300
commit51bc2d8e703f667483505f0e3d074f442e1f48e6 (patch)
tree642c478d00e011e9093667ef322766faa11b247e /app/views/admin/users
parentfd340cdc681ddc2eb7e0a8ba3ae1efd45a4b0168 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/users')
-rw-r--r--app/views/admin/users/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml
index 4b3ea0af100..7edea81a123 100644
--- a/app/views/admin/users/show.html.haml
+++ b/app/views/admin/users/show.html.haml
@@ -11,7 +11,7 @@
- c.body do
%ul.content-list
%li
- = image_tag avatar_icon_for_user(@user, 60, current_user: current_user), class: "avatar s60"
+ = render Pajamas::AvatarComponent.new(@user, size: 64, class: 'gl-mr-3')
%li
%span.light= _('Profile page:')
%strong