debian-mirror-gitlab/app/views/search/results/_user.html.haml

11 lines
260 B
Text
Raw Normal View History

2019-07-07 11:18:12 +05:30
%ul.content-list
%li
2021-06-08 01:23:25 +05:30
.avatar-cell
= user_avatar(user: user, size: 40, user_name: user.name)
2019-07-07 11:18:12 +05:30
.user-info
2021-06-08 01:23:25 +05:30
= link_to user_path(user) do
2019-07-07 11:18:12 +05:30
.item-title
= user.name
= user_status(user)
.cgray= user.to_reference