app/views/hyrax/admin/analytics/collection_reports/_summary.html.erb in hyrax-3.6.0 vs app/views/hyrax/admin/analytics/collection_reports/_summary.html.erb in hyrax-4.0.0.beta1
- old
+ new
@@ -1,9 +1,9 @@
-<div class="panel panel-default">
- <div class="panel-heading">
+<div class="card">
+ <div class="card-header">
<h4><%= t('.subtitle')%></h4>
</div>
- <div class="panel-body">
+ <div class="card-body">
<table class="table table-striped">
<thead>
<tr>
<th> </th>
<th><%= t('.today') %></th>
\ No newline at end of file