Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Cook <dcook@gitlab.com>2019-05-02 20:41:13 +0300
committerDonald Cook <dcook@gitlab.com>2019-05-07 15:03:13 +0300
commitf6fe8910cdf2431f835138f5ac7f235652946b4c (patch)
treea530499beda4cbc2f0f63eac98c63973944133da /app/views/repository_check_mailer
parent23bdca9ca3301b9372327e310c3c3d23f1d4ae58 (diff)
CE: Fixes EE differences for
app/views/repository_check_mailer/notify.text.haml
Diffstat (limited to 'app/views/repository_check_mailer')
-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'