Fix bug #861: Change title of the assigned to div
parent
b8e3c36b1d
commit
3213d12087
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue