Changed build header username area to use the full name with the username as the tooltip

This commit is contained in:
Luke Bennett 2016-09-08 19:23:30 +01:00
parent 4c833a1d4e
commit dbd6b2dc0a
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

View file

@ -1,4 +1,5 @@
by
%a{ href: user_path(@build.user) }
= image_tag avatar_icon(@build.user, 24), class: "avatar s24"
%strong= @build.user.to_reference
%strong{ data: { toggle: 'tooltip', placement: 'top', title: @build.user.to_reference } }
= @build.user.name