Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_user.html.haml « jobs « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 461d503f95dd78d025152f00a2243f9faa8adc4c (plain)
1
2
3
4
5
6
7
by
%a{ href: user_path(@build.user) }
  %span.hidden-xs
    = 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.visible-xs-inline= @build.user.to_reference