Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-03-30 15:25:46 +0300
committerSean McGivern <sean@gitlab.com>2018-03-30 15:25:46 +0300
commit5ab75649f3ea00b64cb63e7e5283100c6b70cfb5 (patch)
treec301d3390f5f665640d8f8e931662b28c4242a30 /app/views/notify/issue_due_email.html.haml
parent6412c4c54a7a824e108899a34b1ecec5cbdcec4b (diff)
Only send issue due emails to participants and custom subscribers
Diffstat (limited to 'app/views/notify/issue_due_email.html.haml')
-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