Merge branch 'faster-filters'

* faster-filters:
  Fix add card not working in the cards screen
This commit is contained in:
Jorge Manrubia
2025-09-12 18:42:34 +02:00
@@ -1,6 +1,6 @@
<% if collection = user_filtering.single_collection %>
<div class="card card--new">
<%= button_to collection_cards_path(collection), method: :post, class: "btn" do %>
<%= button_to collection_cards_path(collection), method: :post, class: "btn", form: { data: { turbo_frame: "_top" } } do %>
<%= icon_tag "add" %>
<span>Add a card</span>
<% end %>