Changed build header username area to use the full name with the username as the tooltip
This commit is contained in:
parent
4c833a1d4e
commit
dbd6b2dc0a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue