summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_due_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/issue_due_email.html.haml')
-rw-r--r--app/views/notify/issue_due_email.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/notify/issue_due_email.html.haml b/app/views/notify/issue_due_email.html.haml
new file mode 100644
index 00000000000..e81144b8fcb
--- /dev/null
+++ b/app/views/notify/issue_due_email.html.haml
@@ -0,0 +1,12 @@
+%p.details
+ #{link_to @issue.author_name, user_url(@issue.author)}'s issue is due soon.
+
+- if @issue.assignees.any?
+ %p
+ Assignee: #{@issue.assignee_list}
+%p
+ This issue is due on: #{@issue.due_date.to_s(:medium)}
+
+- if @issue.description
+ %div
+ = markdown(@issue.description, pipeline: :email, author: @issue.author)