summaryrefslogtreecommitdiff
path: root/app/views/notify
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/issue_due_email.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notify/issue_due_email.html.haml b/app/views/notify/issue_due_email.html.haml
index a59a55516d3..c552c612098 100644
--- a/app/views/notify/issue_due_email.html.haml
+++ b/app/views/notify/issue_due_email.html.haml
@@ -1,13 +1,13 @@
- if Gitlab::CurrentSettings.email_author_in_body
%p.details
- #{link_to @issue.author_name, user_url(@issue.author)} updated the issue's due date:
+ Issue created by #{link_to @issue.author_name, user_url(@issue.author)} is due:
- if @issue.assignees.any?
%p
Assignee: #{@issue.assignee_list}
%p
- This issue is due on: #{ @issue.due_date }
+ This issue is due on: #{@issue.due_date}
- if @issue.description
%div