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:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2018-08-15 22:18:45 +0300
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2019-03-14 20:16:04 +0300
commit5a45b54fd96a49ca83dcf9e2d06c1bdcdacaa59e (patch)
tree84ecec716ec0e2c90fe9b8bc5c4ece06a9c83470 /app/views/search
parent40962ac4aa5a900af14c045a812144a22f512991 (diff)
search results: show user's status emoji
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/results/_user.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/search/results/_user.html.haml b/app/views/search/results/_user.html.haml
index fd454950ef0..8060a1577e4 100644
--- a/app/views/search/results/_user.html.haml
+++ b/app/views/search/results/_user.html.haml
@@ -4,5 +4,7 @@
= 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
+ .item-title
+ = user.name
+ = user_status(user)
.cgray= user.to_reference