Merge pull request #1183 from basecamp/filter-grid
We need the grid layout when filtering events
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
|
||||
<%= render "filters/settings", user_filtering: @user_filtering, no_filtering_url: cards_path %>
|
||||
|
||||
<section class="cards cards--grid">
|
||||
<%= turbo_frame_tag :cards_container do %>
|
||||
<%= turbo_frame_tag :cards_container do %>
|
||||
<section class="cards cards--grid">
|
||||
<%= render partial: "cards/display/preview", collection: @page.records, as: :card, locals: { draggable: true }, cached: ->(card) { cacheable_preview_parts_for(card) } %>
|
||||
<% end %>
|
||||
</section>
|
||||
</section>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user