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, 10 insertions, 1 deletions
diff --git a/app/views/notify/reassigned_issue_email.html.haml b/app/views/notify/reassigned_issue_email.html.haml
index 498ba8b8365..ee2f40e1683 100644
--- a/app/views/notify/reassigned_issue_email.html.haml
+++ b/app/views/notify/reassigned_issue_email.html.haml
@@ -1 +1,10 @@
-= render 'reassigned_issuable_email', issuable: @issue
+%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