2016-04-04 11:23:43 -04:00
|
|
|
%p
|
|
|
|
#{@message}.
|
|
|
|
|
|
|
|
%p
|
2018-11-20 18:32:23 -05:00
|
|
|
= link_to _("See the affected projects in the GitLab admin panel"), admin_projects_url(last_repository_check_failed: 1)
|
2016-04-18 04:58:40 -04:00
|
|
|
|
|
|
|
%p
|
2018-11-20 18:32:23 -05:00
|
|
|
= _("You are receiving this message because you are a GitLab administrator for %{url}.") % { url: Gitlab.config.gitlab.url }
|
2019-06-05 05:29:19 -04:00
|
|
|
|
|
|
|
= render_if_exists 'repository_check_mailer/email_additional_text'
|