From 0e2d5fb259de7b1ab0cd7add0b9a1674632f1e49 Mon Sep 17 00:00:00 2001 From: Benjamin Armintor Date: Sat, 7 May 2022 12:56:35 -0400 Subject: [PATCH] remove deprecated _previous_next_doc partial --- app/views/catalog/_previous_next_doc.html.erb | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 app/views/catalog/_previous_next_doc.html.erb diff --git a/app/views/catalog/_previous_next_doc.html.erb b/app/views/catalog/_previous_next_doc.html.erb deleted file mode 100644 index 6280d7409c..0000000000 --- a/app/views/catalog/_previous_next_doc.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -<% Deprecation.warn(self, 'Deprecated partial _previous_next_doc.html.erb has been called. This functionality has been folded into _show_main_content.html.erb') -<%= render(Blacklight::SearchContextComponent.new(search_context: @search_context, search_session: search_session)) %>