Welcome to mirror list, hosted at ThFree Co, Russian Federation.

notify.text.haml « repository_check_mailer « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc316d3e2be5331c8a076c6a3b7b9da87e29e243 (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 'shared/additional_email_text'