gitlab-org--gitlab-foss/app/views/repository_check_mailer/notify.text.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
316 B
Plaintext
Raw Normal View History

2016-04-06 11:47:05 +00:00
#{@message}.
\
= _("View details: %{details_url}") % { details_url: admin_projects_url(last_repository_check_failed: 1) }
2016-04-18 08:58:40 +00:00
= _("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'