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/shared/users/_user.html.haml')
-rw-r--r--app/views/shared/users/_user.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/users/_user.html.haml b/app/views/shared/users/_user.html.haml
index 7f7cd31591e..93b3ce5f319 100644
--- a/app/views/shared/users/_user.html.haml
+++ b/app/views/shared/users/_user.html.haml
@@ -1,8 +1,8 @@
- user = local_assigns.fetch(:user)
.col-lg-3.col-md-4.col-sm-12
- .gl-card.gl-mb-5
- .gl-card-body
+ = render Pajamas::CardComponent.new(card_options: { class: 'gl-mb-5' }) do |c|
+ = c.body do
= image_tag avatar_icon_for_user(user, 40), class: "avatar s40", alt: ''
.user-info