summaryrefslogtreecommitdiff
path: root/app/views/notify/reassigned_issue_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/reassigned_issue_email.html.haml')
-rw-r--r--app/views/notify/reassigned_issue_email.html.haml11
1 files changed, 1 insertions, 10 deletions
diff --git a/app/views/notify/reassigned_issue_email.html.haml b/app/views/notify/reassigned_issue_email.html.haml
index 6d25488a7e2..6b088927623 100644
--- a/app/views/notify/reassigned_issue_email.html.haml
+++ b/app/views/notify/reassigned_issue_email.html.haml
@@ -1,10 +1 @@
-%p
- Assignee changed
- - if @previous_assignees.any?
- from
- %strong= sanitize_name(@previous_assignees.map(&:name).to_sentence)
- to
- - if @issue.assignees.any?
- %strong= @issue.assignee_list
- - else
- %strong Unassigned
+= render 'reassigned_issuable_email', issuable: @issue, previous_assignees: @previous_assignees