summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-06-05 04:29:19 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2019-06-05 05:26:06 -0500
commit1654f4130a4338509e64aadeee7ffd85f50580ea (patch)
tree879516ce61152af466c5c9da6a3a943e6203f25d
parentf305081c29570278e379de00d048c983d4ff3cc0 (diff)
downloadgitlab-ce-ce-10446-resolve-ee-diff-repository-check-mailer-notify.tar.gz
Resolve CE/EE in repo check mailer notify htmlce-10446-resolve-ee-diff-repository-check-mailer-notify
-rw-r--r--app/views/repository_check_mailer/notify.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/repository_check_mailer/notify.html.haml b/app/views/repository_check_mailer/notify.html.haml
index d5327a2b4cc..dfcd1c6b19f 100644
--- a/app/views/repository_check_mailer/notify.html.haml
+++ b/app/views/repository_check_mailer/notify.html.haml
@@ -6,3 +6,5 @@
%p
= _("You are receiving this message because you are a GitLab administrator for %{url}.") % { url: Gitlab.config.gitlab.url }
+
+= render_if_exists 'repository_check_mailer/email_additional_text'