summaryrefslogtreecommitdiff
path: root/app/views/notify/_removal_notification.html.haml
blob: 590e0d569aab61da77a3c25f9ad36b61b317b737 (plain)
1
2
3
4
5
6
7
8
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.