From 85fa6c436b700a486cfccfc0b81cfd025054c74b Mon Sep 17 00:00:00 2001 From: Paul Slaughter Date: Wed, 5 Jun 2019 04:29:19 -0500 Subject: Resolve CE/EE in repo check mailer notify html --- app/views/repository_check_mailer/notify.html.haml | 2 ++ 1 file changed, 2 insertions(+) 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' -- cgit v1.2.1