summaryrefslogtreecommitdiff
path: root/app/views/notify
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-03-30 13:25:46 +0100
committerSean McGivern <sean@gitlab.com>2018-03-30 13:25:46 +0100
commit5ab75649f3ea00b64cb63e7e5283100c6b70cfb5 (patch)
treec301d3390f5f665640d8f8e931662b28c4242a30 /app/views/notify
parent6412c4c54a7a824e108899a34b1ecec5cbdcec4b (diff)
downloadgitlab-ce-5ab75649f3ea00b64cb63e7e5283100c6b70cfb5.tar.gz
Only send issue due emails to participants and custom subscribers
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/issue_due_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/issue_due_email.html.haml b/app/views/notify/issue_due_email.html.haml
index c552c612098..600e183cfdf 100644
--- a/app/views/notify/issue_due_email.html.haml
+++ b/app/views/notify/issue_due_email.html.haml
@@ -1,6 +1,6 @@
- if Gitlab::CurrentSettings.email_author_in_body
%p.details
- Issue created by #{link_to @issue.author_name, user_url(@issue.author)} is due:
+ #{link_to @issue.author_name, user_url(@issue.author)}'s issue is due soon.
- if @issue.assignees.any?
%p