Commit 95b423bc authored by Phil Hughes's avatar Phil Hughes

Merge branch '6361-move-ee-notify-text-haml' into 'master'

CE: Fixes EE differences for app/views/repository_check_mailer/notify.text.haml

See merge request gitlab-org/gitlab-ce!28022
parents 9f888c74 f6fe8910
......@@ -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'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment