- if @project.pages_deployed?
.card .card-header
Access pages
.card-body
%p %strong
= _("Your pages are served under:")
%p= link_to @project.pages_url, @project.pages_url
- @project.pages_domains.each do |domain| %p= link_to domain.url, domain.url
.card-footer.alert-primary = _("It may take up to 30 minutes before the site is available after the first deployment.")