summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_due_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/issue_due_email.text.erb')
-rw-r--r--app/views/notify/issue_due_email.text.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/notify/issue_due_email.text.erb b/app/views/notify/issue_due_email.text.erb
new file mode 100644
index 00000000000..3c7a57a8a2e
--- /dev/null
+++ b/app/views/notify/issue_due_email.text.erb
@@ -0,0 +1,7 @@
+The following issue is due on <%= @issue.due_date %>:
+
+Issue <%= @issue.iid %>: <%= url_for(project_issue_url(@issue.project, @issue)) %>
+Author: <%= @issue.author_name %>
+Assignee: <%= @issue.assignee_list %>
+
+<%= @issue.description %>