gitlab-org--gitlab-foss/app/views/projects/pages/_access.html.haml

16 lines
440 B
Text
Raw Normal View History

- if @project.pages_deployed?
.card
.card-header
2016-02-09 12:06:55 -05:00
Access pages
.card-body
2016-02-09 12:06:55 -05:00
%p
%strong
= _("Your pages are served under:")
2016-02-09 12:06:55 -05:00
%p= link_to @project.pages_url, @project.pages_url
2016-02-09 12:06:55 -05:00
- @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.")