7 lines
314 B
Text
7 lines
314 B
Text
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
|