summaryrefslogtreecommitdiff
path: root/app/views/notify/_removal_notification.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/_removal_notification.html.haml')
-rw-r--r--app/views/notify/_removal_notification.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/notify/_removal_notification.html.haml b/app/views/notify/_removal_notification.html.haml
new file mode 100644
index 00000000000..590e0d569aa
--- /dev/null
+++ b/app/views/notify/_removal_notification.html.haml
@@ -0,0 +1,9 @@
+- if @domain.remove_at
+ %p
+ Unless you verify your domain by
+ %strong= @domain.remove_at.strftime('%F %T,')
+ it will be removed from your GitLab project.
+- else
+ %p
+ If you no longer wish to use this domain with GitLab Pages, please remove it
+ from your GitLab project and delete any related DNS records.