summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_destroy.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pages/_destroy.haml')
-rw-r--r--app/views/projects/pages/_destroy.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/pages/_destroy.haml b/app/views/projects/pages/_destroy.haml
index 7d6c30b7f8d..4ada19a1368 100644
--- a/app/views/projects/pages/_destroy.haml
+++ b/app/views/projects/pages/_destroy.haml
@@ -1,9 +1,9 @@
- if @project.pages_deployed?
- if can?(current_user, :remove_pages, @project)
- .panel.panel-default.panel.panel-danger
- .panel-heading Remove pages
+ .card.bg-danger
+ .card-header Remove pages
.errors-holder
- .panel-body
+ .card-body
%p
Removing the pages will prevent from exposing them to outside world.
.form-actions