summaryrefslogtreecommitdiff
path: root/app/views/notify/pages_domain_enabled_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/pages_domain_enabled_email.html.haml')
-rw-r--r--app/views/notify/pages_domain_enabled_email.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/notify/pages_domain_enabled_email.html.haml b/app/views/notify/pages_domain_enabled_email.html.haml
new file mode 100644
index 00000000000..db09e503f65
--- /dev/null
+++ b/app/views/notify/pages_domain_enabled_email.html.haml
@@ -0,0 +1,11 @@
+%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/getting_started_part_three.md', anchor: 'dns-txt-record')
+ for more information about custom domain verification.