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

5 lines
138 B
Plaintext

by
%a{ href: user_path(@build.user) }
= image_tag avatar_icon(@build.user, 24), class: "avatar s24"
%strong= @build.user.to_reference