summaryrefslogtreecommitdiff
path: root/app/views/notify/pages_domain_verification_succeeded_email.html.haml
blob: 808b12948f92ef49c5ad58ecd1f71caa0be1fd7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%p
  One of your GitLab Pages custom domains has been successfully verified!
%p
  Project: #{link_to @project.human_name, project_url(@project)}
%p
  Domain: #{link_to @domain.domain, project_pages_domain_url(@project, @domain)}
%p
  This is a notification. No action is required on your part. 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.