BigW Consortium Gitlab

_user.html.haml 295 Bytes
Newer Older
Phil Hughes committed
1 2
by
%a{ href: user_path(@build.user) }
3 4 5 6 7
  %span.hidden-xs
    = image_tag avatar_icon(@build.user, 24), class: "avatar s24"
    %strong{ data: { toggle: 'tooltip', placement: 'top', title: @build.user.to_reference } }
      = @build.user.name
  %strong.visible-xs-inline= @build.user.to_reference