Commit dbd6b2dc authored by Luke Bennett's avatar Luke Bennett

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

parent 4c833a1d
by by
%a{ href: user_path(@build.user) } %a{ href: user_path(@build.user) }
= image_tag avatar_icon(@build.user, 24), class: "avatar s24" = 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment