From d2ec12ffc58c0314fe6e606dfb8756fecf5f9803 Mon Sep 17 00:00:00 2001 From: Kirk Wang Date: Wed, 29 Jan 2025 08:24:12 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Carry=20UV=20search=20term=20via?= =?UTF-8?q?=20clicking=20thumbnail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit will remove an override so we can use Hyku's default behavior for the thumbnail list in which we can carry over the search term to the UV when clicking on a thumbnail. Ref: - https://github.com/notch8/palni_palci_knapsack/issues/199 --- app/views/catalog/_thumbnail_list_default.html.erb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app/views/catalog/_thumbnail_list_default.html.erb diff --git a/app/views/catalog/_thumbnail_list_default.html.erb b/app/views/catalog/_thumbnail_list_default.html.erb deleted file mode 100644 index 99cd3a8..0000000 --- a/app/views/catalog/_thumbnail_list_default.html.erb +++ /dev/null @@ -1,5 +0,0 @@ -
-
- <%= render_thumbnail_tag document, {}, {full_url: true} %> -
-