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

notify.html.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: dfcd1c6b19fae75e51ac79179b286af5eba646b2 (plain)
1
2
3
4
5
6
7
8
9
10
%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 }

= render_if_exists 'repository_check_mailer/email_additional_text'