summaryrefslogtreecommitdiff
path: root/app/views/notify/pages_domain_verification_failed_email.html.haml
blob: a819b66f18e60588bfa0f0d58fd0412f0b52e930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%p
  Verification has failed for one of your GitLab Pages custom domains!
%p
  Project: #{link_to @project.human_name, project_url(@project)}
%p
  Domain: #{link_to @domain.domain, project_pages_domain_url(@project, @domain)}
%p
  Unless you take action, it will be disabled on
  %strong= @domain.enabled_until.strftime('%F %T.')
  Until then, you can view your content at #{link_to @domain.url, @domain.url}
%p
  Please visit
  = link_to 'these instructions', help_page_url('user/project/pages/custom_domains_ssl_tls_certification/index.md', anchor: 'steps')
  for more information about custom domain verification.
= render 'removal_notification'