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 08:54:47 -0500
commit85fa6c436b700a486cfccfc0b81cfd025054c74b (patch)
tree2e4d071dd455978e9a3c387755a6944cc79d138f
parent202e525119188721004c4a1eb6be18c9cf7a6f5e (diff)
downloadgitlab-ce-85fa6c436b700a486cfccfc0b81cfd025054c74b.tar.gz
Resolve CE/EE in repo check mailer notify html
-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'