diff options
author | Stuart Nelson <stuartnelson3@gmail.com> | 2018-02-14 09:30:05 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2018-03-26 08:10:58 +0100 |
commit | a11b4ee683bb20a8795464e0b033c21f22bc7975 (patch) | |
tree | 0e7742c9b1abc6bd53a1913fb9b4bc3d8163e5f9 /app/views/notify | |
parent | 3c5d5be2a0aaa75452a92cdc93ac56b0ccd61022 (diff) | |
download | gitlab-ce-a11b4ee683bb20a8795464e0b033c21f22bc7975.tar.gz |
Update html email
Diffstat (limited to 'app/views/notify')
-rw-r--r-- | app/views/notify/issue_due_email.html.haml | 4 |
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 |