BigW Consortium Gitlab

reassigned_issue_email.html.haml 220 Bytes
Newer Older
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