summaryrefslogtreecommitdiff
path: root/app/views/projects/pages
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:37:07 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:37:07 -0500
commit5e546f4bc8737319fee2a61a2ce2fc9340e40337 (patch)
treec42a25c17952a745b08f4463b2f81d8117c7cca4 /app/views/projects/pages
parente3de2ab1b5bc80a2f64d7391dacdddcb26f4ffbc (diff)
downloadgitlab-ce-5e546f4bc8737319fee2a61a2ce2fc9340e40337.tar.gz
[skip ci] label-danger => badge-danger
Diffstat (limited to 'app/views/projects/pages')
-rw-r--r--app/views/projects/pages/_list.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pages/_list.html.haml b/app/views/projects/pages/_list.html.haml
index 19142a625fd..ac0dce60e84 100644
--- a/app/views/projects/pages/_list.html.haml
+++ b/app/views/projects/pages/_list.html.haml
@@ -19,7 +19,7 @@
%p
%span.badge.label-gray Certificate: #{domain.subject}
- if domain.expired?
- %span.badge.label-danger Expired
+ %span.badge.badge-danger Expired
%div
= link_to 'Details', project_pages_domain_path(@project, domain), class: "btn btn-sm btn-grouped"
= link_to 'Remove', project_pages_domain_path(@project, domain), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove btn-sm btn-grouped"