15 lines
649 B
Text
15 lines
649 B
Text
%p
|
|
Verification has failed for one of your GitLab Pages custom domains!
|
|
%p
|
|
Project: #{link_to @project.human_name, project_url(@project)}
|
|
%p
|
|
Domain: #{link_to @domain.domain, project_pages_domain_url(@project, @domain)}
|
|
%p
|
|
Unless you take action, it will be disabled on
|
|
%strong= @domain.enabled_until.strftime('%F %T.')
|
|
Until then, you can view your content at #{link_to @domain.url, @domain.url}
|
|
%p
|
|
Please visit
|
|
= link_to 'these instructions', help_page_url('user/project/pages/custom_domains_ssl_tls_certification/index.md', anchor: 'steps')
|
|
for more information about custom domain verification.
|
|
= render 'removal_notification'
|