_access.html.haml 440 Bytes
Newer Older
1
- if @project.pages_deployed?
2 3
  .card
    .card-header
4
      Access pages
5
    .card-body
6 7
      %p
        %strong
8
          = _("Your pages are served under:")
9

10
      %p= link_to @project.pages_url, @project.pages_url
11

12 13
      - @project.pages_domains.each do |domain|
        %p= link_to domain.url, domain.url
14 15
    .card-footer.alert-primary
      = _("It may take up to 30 minutes before the site is available after the first deployment.")