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:
authorRobert Speicher <robert@gitlab.com>2018-05-02 22:11:45 +0300
committerRobert Speicher <robert@gitlab.com>2018-05-02 22:11:45 +0300
commitab6dd3ac57dfff6472f6ecac21154fada9aa8d65 (patch)
tree36273df1ba7754757a2eb34454d61fd64c40a55a /app/mailers/notify.rb
parentb01221cc9e02c09fa259a5c4c71eb559e77816fe (diff)
parent9ec4b5c9b65f40a71ca94d2f318da4adf9309a2e (diff)
Merge branch '10-7-stable-patch-3' into '10-7-stable'
Prepare 10.7.3 release See merge request gitlab-org/gitlab-ce!18647
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 e4212775956..3646e08a15f 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -16,6 +16,7 @@ class Notify < BaseMailer
helper BlobHelper
helper EmailsHelper
helper MembersHelper
+ helper AvatarsHelper
helper GitlabRoutingHelper
def test_email(recipient_email, subject, body)