summaryrefslogtreecommitdiff
path: root/app/views/shared/plugins/_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/plugins/_index.html.haml')
-rw-r--r--app/views/shared/plugins/_index.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/plugins/_index.html.haml b/app/views/shared/plugins/_index.html.haml
index fc643c3ecc2..7bcc54e7459 100644
--- a/app/views/shared/plugins/_index.html.haml
+++ b/app/views/shared/plugins/_index.html.haml
@@ -10,8 +10,8 @@
.col-lg-8.append-bottom-default
- if plugins.any?
- .panel.panel-default
- .panel-heading
+ .card
+ .card-header
Plugins (#{plugins.count})
%ul.content-list
- plugins.each do |file|
@@ -19,5 +19,5 @@
.monospace
= File.basename(file)
- else
- %p.light-well.text-center
+ %p.card.bg-light.text-center
No plugins found.