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

8 lines
304 B
Text
Raw Normal View History

by
%a{ href: user_path(@build.user) }
2016-11-03 12:29:30 +05:30
%span.hidden-xs
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
%strong.visible-xs-inline= @build.user.to_reference