From 3213d120874aa49424c234adbb1b677e7604a587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Fri, 5 Sep 2014 09:33:37 +0200 Subject: [PATCH] Fix bug #861: Change title of the assigned to div --- app/coffee/modules/issues/list.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/coffee/modules/issues/list.coffee b/app/coffee/modules/issues/list.coffee index 1b3dc3c7..e4a32ef0 100644 --- a/app/coffee/modules/issues/list.coffee +++ b/app/coffee/modules/issues/list.coffee @@ -754,6 +754,7 @@ IssueAssignedToInlineEditionDirective = ($repo, $rootscope, popoverService) -> ctx.name = member.full_name_display $el.find(".avatar").html(template(ctx)) + $el.find(".issue-assignedto").attr('title', ctx.name) $ctrl = $el.controller() issue = $scope.$eval($attrs.tgIssueAssignedToInlineEdition)