From dbd6b2dc0ad4a379490cbb1ea23eee9d90526163 Mon Sep 17 00:00:00 2001
From: Luke Bennett <lukeeeebennettplus@gmail.com>
Date: Thu, 8 Sep 2016 19:23:30 +0100
Subject: [PATCH] Changed build header username area to use the full name with
 the username as the tooltip

---
 app/views/projects/builds/_user.html.haml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/views/projects/builds/_user.html.haml b/app/views/projects/builds/_user.html.haml
index 2642de8021d..75101b78652 100644
--- a/app/views/projects/builds/_user.html.haml
+++ b/app/views/projects/builds/_user.html.haml
@@ -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
-- 
GitLab