Files
fizzy/app/views/searches/show.html.erb
T
2025-09-30 13:52:27 +02:00

8 lines
301 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", search_results: @search_results %>
<% end %>
<% end %>