summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_access.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pages/_access.html.haml')
-rw-r--r--app/views/projects/pages/_access.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/projects/pages/_access.html.haml b/app/views/projects/pages/_access.html.haml
new file mode 100644
index 00000000000..82e20eeebb3
--- /dev/null
+++ b/app/views/projects/pages/_access.html.haml
@@ -0,0 +1,13 @@
+- if @project.pages_deployed?
+ .panel.panel-default
+ .panel-heading
+ Access pages
+ .panel-body
+ %p
+ %strong
+ Congratulations! 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