gitlab-org--gitlab-foss/app/views/projects/pages/show.html.haml

23 lines
391 B
Text
Raw Normal View History

- page_title "#{@domain.domain}", "Pages Domain"
2016-02-09 12:06:55 -05:00
%h3.page-title
2016-02-10 10:45:59 -05:00
Pages Domain
.table-holder
%table.table
%tr
%td
Domain
%td
= link_to @domain.domain, @domain.url
%tr
%td
Certificate
%td
2016-02-12 10:05:17 -05:00
- if @domain.certificate_text
%pre
2016-02-12 10:05:17 -05:00
= @domain.certificate_text
- else
.light
missing