summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Cook <dcook@gitlab.com>2019-05-02 12:41:13 -0500
committerDonald Cook <dcook@gitlab.com>2019-05-07 07:03:13 -0500
commitf6fe8910cdf2431f835138f5ac7f235652946b4c (patch)
treea530499beda4cbc2f0f63eac98c63973944133da
parent23bdca9ca3301b9372327e310c3c3d23f1d4ae58 (diff)
downloadgitlab-ce-6361-move-ee-notify-text-haml.tar.gz
CE: Fixes EE differences for6361-move-ee-notify-text-haml
app/views/repository_check_mailer/notify.text.haml
-rw-r--r--app/views/repository_check_mailer/notify.text.haml2
1 files changed, 2 insertions, 0 deletions
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'