From 4f41b15cd54af2b3cda234c6b0d8244542a326e5 Mon Sep 17 00:00:00 2001 From: LaRita Robinson Date: Fri, 31 Jan 2025 17:51:34 -0500 Subject: [PATCH] Remove home text partial The home text partial was duplicated from hyku with no functional differences. This commit removes the duplicated partial. --- app/views/hyrax/homepage/_home_text.html.erb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 app/views/hyrax/homepage/_home_text.html.erb diff --git a/app/views/hyrax/homepage/_home_text.html.erb b/app/views/hyrax/homepage/_home_text.html.erb deleted file mode 100644 index 596f12d..0000000 --- a/app/views/hyrax/homepage/_home_text.html.erb +++ /dev/null @@ -1,7 +0,0 @@ -# frozen_string_literal: true - -<% if display_content_block? @home_text %> -
- <%= displayable_content_block @home_text, class: 'col-sm-3 home_page_text' %> -
-<% end %> \ No newline at end of file