From f6fe8910cdf2431f835138f5ac7f235652946b4c Mon Sep 17 00:00:00 2001 From: Donald Cook Date: Thu, 2 May 2019 12:41:13 -0500 Subject: CE: Fixes EE differences for app/views/repository_check_mailer/notify.text.haml --- app/views/repository_check_mailer/notify.text.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/repository_check_mailer/notify.text.haml b/app/views/repository_check_mailer/notify.text.haml index 6b64b337b0e..a2e04fa710f 100644 --- a/app/views/repository_check_mailer/notify.text.haml +++ b/app/views/repository_check_mailer/notify.text.haml @@ -3,3 +3,5 @@ = _("View details: %{details_url}") % { details_url: admin_projects_url(last_repository_check_failed: 1) } = _("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