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/search/results/_user.html.haml')
-rw-r--r--app/views/search/results/_user.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/search/results/_user.html.haml b/app/views/search/results/_user.html.haml
index 8060a1577e4..9e70d9c9baa 100644
--- a/app/views/search/results/_user.html.haml
+++ b/app/views/search/results/_user.html.haml
@@ -1,9 +1,9 @@
%ul.content-list
%li
- .avatar-cell.d-none.d-sm-block
- = user_avatar(user: user, user_name: user.name, css_class: 'd-none d-sm-inline avatar s40')
+ .avatar-cell
+ = user_avatar(user: user, size: 40, user_name: user.name)
.user-info
- = link_to user_path(user), class: 'd-none d-sm-inline' do
+ = link_to user_path(user) do
.item-title
= user.name
= user_status(user)