diff options
author | Paul Slaughter <pslaughter@gitlab.com> | 2019-06-05 04:29:19 -0500 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-06-05 08:54:47 -0500 |
commit | 85fa6c436b700a486cfccfc0b81cfd025054c74b (patch) | |
tree | 2e4d071dd455978e9a3c387755a6944cc79d138f /app | |
parent | 202e525119188721004c4a1eb6be18c9cf7a6f5e (diff) | |
download | gitlab-ce-85fa6c436b700a486cfccfc0b81cfd025054c74b.tar.gz |
Resolve CE/EE in repo check mailer notify html
Diffstat (limited to 'app')
-rw-r--r-- | app/views/repository_check_mailer/notify.html.haml | 2 |
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' |