31 lines
605 B
Text
31 lines
605 B
Text
|
- page_title "#{@domain.domain}", 'Pages Domains'
|
||
|
|
||
|
%h3.page-title
|
||
|
Pages Domain
|
||
|
|
||
|
.table-holder
|
||
|
%table.table
|
||
|
%tr
|
||
|
%td
|
||
|
Domain
|
||
|
%td
|
||
|
= 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.pages_subdomain}.#{Settings.pages.host}.
|
||
|
%tr
|
||
|
%td
|
||
|
Certificate
|
||
|
%td
|
||
|
- if @domain.certificate_text
|
||
|
%pre
|
||
|
= @domain.certificate_text
|
||
|
- else
|
||
|
.light
|
||
|
missing
|