Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_removal_notification.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.