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

5 lines
138 B
Text
Raw Normal View History

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