<%= button_to collection_cards_path(collection), method: :post, class: "btn btn--link", form: { data: { turbo_frame: "_top" } } do %> <%= icon_tag "add" %> Add a card <% end %>