summaryrefslogtreecommitdiff
path: root/app/views/projects/jobs/_user.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/jobs/_user.html.haml')
-rw-r--r--app/views/projects/jobs/_user.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/jobs/_user.html.haml b/app/views/projects/jobs/_user.html.haml
index 461d503f95d..90ce581a903 100644
--- a/app/views/projects/jobs/_user.html.haml
+++ b/app/views/projects/jobs/_user.html.haml
@@ -1,7 +1,7 @@
by
%a{ href: user_path(@build.user) }
- %span.hidden-xs
+ %span.d-none.d-sm-inline
= image_tag avatar_icon_for_user(@build.user, 24), class: "avatar s24"
%strong{ data: { toggle: 'tooltip', placement: 'top', title: @build.user.to_reference } }
= @build.user.name
- %strong.visible-xs-inline= @build.user.to_reference
+ %strong.d-inline.d-sm-none= @build.user.to_reference