gitlab-org--gitlab-foss/app/views/projects/jobs/_user.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
313 B
Plaintext
Raw Permalink Normal View History

by
%a{ href: user_path(@build.user) }
2018-05-22 15:59:40 +00:00
%span.d-none.d-sm-inline
= render Pajamas::AvatarComponent.new(@build.user, size: 24, alt: "")
%strong{ data: { toggle: 'tooltip', placement: 'top', title: @build.user.to_reference } }
= @build.user.name
2018-05-22 15:59:40 +00:00
%strong.d-inline.d-sm-none= @build.user.to_reference