gitlab-org--gitlab-foss/app/views/notify/pages_domain_enabled_email.html.haml
Marcia Ramos e6aa6ec165 Move document to new location, split in 3
- Move steps to new doc
- Move all concepts to different docs
2019-07-15 08:02:33 +00:00

11 lines
532 B
Text

%p
Following a verification check, your GitLab Pages custom domain has been
enabled. You should now be able to view your content 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
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.