summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-15 14:45:11 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:53:58 +0000
commitfd7756ec3741e503197d451927849a09526423f6 (patch)
treed78a83273452177b920bf8d2ab5a353e308467fc /app/views
parentc6723ed3e018d6249ca9409ebd08c04bd76dea97 (diff)
downloadgitlab-ce-fd7756ec3741e503197d451927849a09526423f6.tar.gz
Added information about the CNAME record
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/pages_domains/show.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/projects/pages_domains/show.html.haml b/app/views/projects/pages_domains/show.html.haml
index 8b7010b75b2..e4c5922d863 100644
--- a/app/views/projects/pages_domains/show.html.haml
+++ b/app/views/projects/pages_domains/show.html.haml
@@ -12,6 +12,14 @@
= link_to @domain.domain, @domain.url
%tr
%td
+ DNS
+ %td
+ %p
+ To access the domain create a new DNS record:
+ %pre
+ #{@domain.domain} CNAME #{@domain.project.namespace.path}.#{Settings.pages.host}.
+ %tr
+ %td
Certificate
%td
- if @domain.certificate_text