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

pages_domain_disabled_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b4e40780aad5c6fc55f8d3a5e5c7e290fca612b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%p
  Following a verification check, your GitLab Pages custom domain has been
  %strong disabled.
  This means that your content is no longer visible at #{link_to @domain.url, @domain.url}
%p
  Project: #{link_to @project.human_name, project_url(@project)}
%p
  Domain: #{link_to @domain.domain, project_pages_domain_url(@project, @domain)}
%p
  If this domain has been disabled in error, please follow
  = link_to 'these instructions', help_page_url('user/project/pages/custom_domains_ssl_tls_certification/index', anchor: '4-verify-the-domains-ownership')
  to verify and re-enable your domain.
= render 'removal_notification'