debian-mirror-gitlab/app/views/projects/jobs/_user.html.haml
2018-11-08 19:23:39 +05:30

8 lines
314 B
Plaintext

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