summaryrefslogtreecommitdiff
path: root/app/views/search/results/_user.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search/results/_user.html.haml')
-rw-r--r--app/views/search/results/_user.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/search/results/_user.html.haml b/app/views/search/results/_user.html.haml
new file mode 100644
index 00000000000..8060a1577e4
--- /dev/null
+++ b/app/views/search/results/_user.html.haml
@@ -0,0 +1,10 @@
+%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')
+ .user-info
+ = link_to user_path(user), class: 'd-none d-sm-inline' do
+ .item-title
+ = user.name
+ = user_status(user)
+ .cgray= user.to_reference