2016-06-16 23:09:34 +05:30
|
|
|
by
|
|
|
|
%a{ href: user_path(@build.user) }
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.d-none.d-sm-inline
|
2018-03-27 19:54:05 +05:30
|
|
|
= image_tag avatar_icon_for_user(@build.user, 24), class: "avatar s24"
|
2016-11-03 12:29:30 +05:30
|
|
|
%strong{ data: { toggle: 'tooltip', placement: 'top', title: @build.user.to_reference } }
|
|
|
|
= @build.user.name
|
2018-11-08 19:23:39 +05:30
|
|
|
%strong.d-inline.d-sm-none= @build.user.to_reference
|