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

6 lines
248 B
Plaintext
Raw Normal View History

2016-04-06 07:47:05 -04:00
#{@message}.
\
= _("View details: %{details_url}") % { details_url: admin_projects_url(last_repository_check_failed: 1) }
2016-04-18 04:58:40 -04:00
= _("You are receiving this message because you are a GitLab administrator for %{url}.") % { url: Gitlab.config.gitlab.url }