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:
authorHeinrich Lee Yu <heinrich@gitlab.com>2018-12-12 12:51:36 +0300
committerHeinrich Lee Yu <hleeyu@gmail.com>2018-12-21 13:00:14 +0300
commit51ac77af9a9bd70297ae6dd8c0290c73a46d8bf8 (patch)
tree80f309b336f92f7d841129d67bcbbe93f9db45dd /app/mailers/notify.rb
parent62d250ff666770f9807eec2199a7b208ea8b518a (diff)
Add date range to milestone changed emails
Also refactored issues and MRs to use the same email template file
Diffstat (limited to 'app/mailers/notify.rb')
-rw-r--r--app/mailers/notify.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb
index 15710bee4d4..efa1233b434 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -16,6 +16,7 @@ class Notify < BaseMailer
include Emails::AutoDevops
include Emails::RemoteMirrors
+ helper MilestonesHelper
helper MergeRequestsHelper
helper DiffHelper
helper BlobHelper