Use preview instead of mini cards
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</h2>
|
||||
|
||||
<% if cards.any? %>
|
||||
<%= render partial: "cards/display/mini", collection: cards, as: :card, cached: true %>
|
||||
<%= render partial: "cards/display/preview", collection: cards, as: :card, cached: true %>
|
||||
<% else %>
|
||||
<p class="txt-medium translucent">Nothing here</p>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user