summaryrefslogtreecommitdiff
path: root/app/views/notify/reassigned_issue_email.html.haml
blob: ee2f40e1683a4bebf787e0539ce49aab9cad0e48 (plain)
1
2
3
4
5
6
7
8
9
10
%p
  Assignee changed
  - if @previous_assignees.any?
    from
    %strong= @previous_assignees.map(&:name).to_sentence
  to
  - if @issue.assignees.any?
    %strong= @issue.assignee_list
  - else
    %strong Unassigned