summaryrefslogtreecommitdiff
path: root/app/views/repository_check_mailer/notify.text.haml
blob: a2e04fa710fb212f0e5e6b06039df3435adfdb15 (plain)
1
2
3
4
5
6
7
#{@message}.
\
= _("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'