Fix artifacts job header layout

This commit is contained in:
Clement Ho 2018-05-22 10:59:40 -05:00
parent 17f98cf558
commit d2980750eb
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
by
%a{ href: user_path(@build.user) }
%span.d-none.d-sm-block
%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.d-block.d-sm-none= @build.user.to_reference
%strong.d-inline.d-sm-none= @build.user.to_reference