debian-mirror-gitlab/app/views/projects/jobs/_user.html.haml

8 lines
314 B
Text
Raw Normal View History

by
%a{ href: user_path(@build.user) }
2018-11-08 19:23:39 +05:30
%span.d-none.d-sm-inline
2018-03-27 19:54:05 +05:30
= image_tag avatar_icon_for_user(@build.user, 24), class: "avatar s24"
2016-11-03 12:29:30 +05:30
%strong{ data: { toggle: 'tooltip', placement: 'top', title: @build.user.to_reference } }
= @build.user.name
2018-11-08 19:23:39 +05:30
%strong.d-inline.d-sm-none= @build.user.to_reference