debian-mirror-gitlab/app/views/repository_check_mailer/notify.html.haml

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

11 lines
343 B
Plaintext
Raw Normal View History

2016-06-02 11:05:42 +05:30
%p
#{@message}.
%p
2019-02-15 15:39:39 +05:30
= link_to _("See the affected projects in the GitLab admin panel"), admin_projects_url(last_repository_check_failed: 1)
2016-06-02 11:05:42 +05:30
%p
2019-02-15 15:39:39 +05:30
= _("You are receiving this message because you are a GitLab administrator for %{url}.") % { url: Gitlab.config.gitlab.url }
2019-09-04 21:01:54 +05:30
= render_if_exists 'repository_check_mailer/email_additional_text'