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: 03cbabb0c2a4a7766013247bae8916e50515af39 (plain)
1
2
3
4
5
6
7
by
%a{ href: user_path(@build.user) }
  %span.d-none.d-sm-inline
    = render Pajamas::AvatarComponent.new(@build.user, size: 24, alt: "")
    %strong{ data: { toggle: 'tooltip', placement: 'top', title: @build.user.to_reference } }
      = @build.user.name
  %strong.d-inline.d-sm-none= @build.user.to_reference