summaryrefslogtreecommitdiff
path: root/app/views/admin/requests_profiles/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/requests_profiles/index.html.haml')
-rw-r--r--app/views/admin/requests_profiles/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/requests_profiles/index.html.haml b/app/views/admin/requests_profiles/index.html.haml
index cb02a750490..adfc67d66d0 100644
--- a/app/views/admin/requests_profiles/index.html.haml
+++ b/app/views/admin/requests_profiles/index.html.haml
@@ -13,8 +13,8 @@
- if @profiles.present?
.prepend-top-default
- @profiles.each do |path, profiles|
- .panel.panel-default.panel-small
- .panel-heading
+ .card.card-small
+ .card-header
%code= path
%ul.content-list
- profiles.each do |profile|