BigW Consortium Gitlab

_access.html.haml 338 Bytes
Newer Older
1
- if @project.pages_deployed?
2 3 4 5 6 7
  .panel.panel-default
    .panel-heading
      Access pages
    .panel-body
      %p
        %strong
8
          Congratulations! 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