summaryrefslogtreecommitdiff
path: root/app/views/notify/reassigned_issue_email.html.haml
blob: b0edff44ce6009dd7641d7f006879270694a0ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
%p
  = "Reassigned Issue ##{@issue.iid}"
  = link_to_gfm truncate(@issue.title, length: 30), project_issue_url(@issue.project, @issue)
%p
  Assignee changed
  - if @previous_assignee
    from
    %strong #{@previous_assignee.name}
  to
  %strong #{@issue.assignee_name}