summaryrefslogtreecommitdiff
path: root/app/views/repository_check_mailer/notify.html.haml
blob: d5327a2b4ccd65fa2030f8f3b579356d29aff7e9 (plain)
1
2
3
4
5
6
7
8
%p
  #{@message}.

%p
  = link_to _("See the affected projects in the GitLab admin panel"), admin_projects_url(last_repository_check_failed: 1)

%p
  = _("You are receiving this message because you are a GitLab administrator for %{url}.") % { url: Gitlab.config.gitlab.url }