Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-15 16:45:11 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:53:58 +0300
commitfd7756ec3741e503197d451927849a09526423f6 (patch)
treed78a83273452177b920bf8d2ab5a353e308467fc /app/views/projects/pages_domains
parentc6723ed3e018d6249ca9409ebd08c04bd76dea97 (diff)
Added information about the CNAME record
Diffstat (limited to 'app/views/projects/pages_domains')
-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