summaryrefslogtreecommitdiff
path: root/app/views/notify/_reassigned_issuable_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/_reassigned_issuable_email.html.haml')
-rw-r--r--app/views/notify/_reassigned_issuable_email.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/notify/_reassigned_issuable_email.html.haml b/app/views/notify/_reassigned_issuable_email.html.haml
new file mode 100644
index 00000000000..4ab40ff2659
--- /dev/null
+++ b/app/views/notify/_reassigned_issuable_email.html.haml
@@ -0,0 +1,10 @@
+%p
+ Assignee changed
+ - if previous_assignees.any?
+ from
+ %strong= sanitize_name(previous_assignees.map(&:name).to_sentence)
+ to
+ - if issuable.assignees.any?
+ %strong= sanitize_name(issuable.assignee_list)
+ - else
+ %strong Unassigned