summaryrefslogtreecommitdiff
path: root/app/views/projects/pages_domains/show.html.haml
blob: 52dddb052a79e1fa3f0769413e62701b35fb6f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
- 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.namespace.path}.#{Settings.pages.host}.
    %tr
      %td
        Certificate
      %td
        - if @domain.certificate_text
          %pre
            = @domain.certificate_text
        - else
          .light
            missing