Files
fizzy/app/views/searches/show.html.erb
T
2025-10-30 17:16:03 +01:00

8 lines
281 B
Plaintext

<%= turbo_frame_tag "bar_content" do %>
<% if @card %>
<%= auto_submit_form_with url: card_path(@card), method: :get, data: { turbo_action: "advance", turbo_frame: "_top", search_redirect: true } %>
<% else %>
<%= render "results", page: @page %>
<% end %>
<% end %>