Skip to content
Snippets Groups Projects
Unverified Commit dbd6b2dc authored by Luke Bennett's avatar Luke Bennett
Browse files

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

parent 4c833a1d
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment