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)