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-12 18:05:17 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:53:57 +0300
commitd3b828487647f106a8947864e18ac1ad7bd9d6f4 (patch)
treea70cf6d14fbe4a111e657a4fe3335381ef73d234 /app/views/projects/pages
parent0552c0b6f185433ad0a7caac321f0a6d445a0b63 (diff)
Pages domain model specs
Diffstat (limited to 'app/views/projects/pages')
-rw-r--r--app/views/projects/pages/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pages/show.html.haml b/app/views/projects/pages/show.html.haml
index 52493b1959b..8b7010b75b2 100644
--- a/app/views/projects/pages/show.html.haml
+++ b/app/views/projects/pages/show.html.haml
@@ -14,9 +14,9 @@
%td
Certificate
%td
- - if @domain.x509
+ - if @domain.certificate_text
%pre
- = @domain.x509.to_text
+ = @domain.certificate_text
- else
.light
missing