From 50562bff0bbbbfacdb96ef50d0d1fe76e3dd62ec Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Mon, 18 Aug 2025 15:27:06 +0200 Subject: [PATCH] Add close button to search --- app/views/searches/show.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/searches/show.html.erb b/app/views/searches/show.html.erb index 11394df5e..0f6fb47b0 100644 --- a/app/views/searches/show.html.erb +++ b/app/views/searches/show.html.erb @@ -13,6 +13,10 @@ <% end %> <%= turbo_frame_tag "search", target: :_top do %> + <%= auto_submit_form_with url: searches_queries_path(q: @query_terms), method: :post %>