summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_due_email.text.erb
diff options
context:
space:
mode:
authorStuart Nelson <stuartnelson3@gmail.com>2018-02-10 14:38:45 +0100
committerSean McGivern <sean@gitlab.com>2018-03-26 08:10:58 +0100
commit99fde7da158971b9dbed5dd06aadb9ef89339fab (patch)
tree16db811f34abeba22627a9d6e7a722f663eddbc5 /app/views/notify/issue_due_email.text.erb
parent9d81d5aa893b20ebedcbdafc7d23d651d4dbee89 (diff)
downloadgitlab-ce-99fde7da158971b9dbed5dd06aadb9ef89339fab.tar.gz
Update email body (html+text)
Diffstat (limited to 'app/views/notify/issue_due_email.text.erb')
-rw-r--r--app/views/notify/issue_due_email.text.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/notify/issue_due_email.text.erb b/app/views/notify/issue_due_email.text.erb
index 1ac98bd9d93..3c7a57a8a2e 100644
--- a/app/views/notify/issue_due_email.text.erb
+++ b/app/views/notify/issue_due_email.text.erb
@@ -1,8 +1,7 @@
-An Issue had its due date updated.
+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 %>
-New Due Date: <%= @issue.due_date %>
<%= @issue.description %>