summaryrefslogtreecommitdiff
path: root/app/views/notify/pages_domain_enabled_email.text.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/pages_domain_enabled_email.text.haml')
-rw-r--r--app/views/notify/pages_domain_enabled_email.text.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/notify/pages_domain_enabled_email.text.haml b/app/views/notify/pages_domain_enabled_email.text.haml
new file mode 100644
index 00000000000..1ed1dbb8315
--- /dev/null
+++ b/app/views/notify/pages_domain_enabled_email.text.haml
@@ -0,0 +1,9 @@
+Following a verification check, your GitLab Pages custom domain has been
+enabled. You should now be able to view your content at #{@domain.url}
+
+Project: #{@project.human_name} (#{project_url(@project)})
+Domain: #{@domain.domain} (#{project_pages_domain_url(@project, @domain)})
+
+Please visit
+= help_page_url('user/project/pages/getting_started_part_three.md', anchor: 'dns-txt-record')
+for more information about custom domain verification.