From 0f29ec67af92316280219b50249f6bb9fee56cdc Mon Sep 17 00:00:00 2001 From: Sarah Proctor Date: Tue, 14 Jan 2025 11:36:22 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Updated=20version=20number=20on?= =?UTF-8?q?=20the=20override=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: - https://github.com/notch8/palni_palci_knapsack/issues/156 --- .../themes/cultural_repository/catalog/_search_form.html.erb | 2 +- .../institutional_repository/catalog/_search_form.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/themes/cultural_repository/catalog/_search_form.html.erb b/app/views/themes/cultural_repository/catalog/_search_form.html.erb index e92c9b231..7e774160d 100644 --- a/app/views/themes/cultural_repository/catalog/_search_form.html.erb +++ b/app/views/themes/cultural_repository/catalog/_search_form.html.erb @@ -1,4 +1,4 @@ -<% # OVERRIDE: Hyrax v5.0.0rc2 template to change the size of the column on line 8 from col-sm-3 to col-sm-4 %> +<% # OVERRIDE: Hyrax v5.0.1 template to change the size of the column on line 8 from col-sm-3 to col-sm-4 %> <%= form_tag search_form_action, method: :get, class: "cultural-repository form-horizontal search-form", id: "search-form-header", role: "search" do %> <%= render Blacklight::HiddenSearchStateComponent.new(params: search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %> diff --git a/app/views/themes/institutional_repository/catalog/_search_form.html.erb b/app/views/themes/institutional_repository/catalog/_search_form.html.erb index d0fd1da1f..e33cc0b86 100644 --- a/app/views/themes/institutional_repository/catalog/_search_form.html.erb +++ b/app/views/themes/institutional_repository/catalog/_search_form.html.erb @@ -1,4 +1,4 @@ -<% # OVERRIDE: Hyrax v5.0.0rc2 template to change the size of the column on line 8 from col-sm-3 to col-sm-6 %> +<% # OVERRIDE: Hyrax v5.0.1 template to change the size of the column on line 8 from col-sm-3 to col-sm-6 %> <%= form_tag search_form_action, method: :get, class: "institutional-repository form-horizontal search-form", id: "search-form-header", role: "search" do %> <%= render Blacklight::HiddenSearchStateComponent.new(params: search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %>