From c5c31bd1f2126397ae4e450a17d1c9d24b5b71f3 Mon Sep 17 00:00:00 2001 From: George Schena Date: Fri, 18 Oct 2024 15:50:52 +0100 Subject: [PATCH] Remove help_page schema reference from body_with_related_links --- app/views/content_items/_body_with_related_links.html.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/views/content_items/_body_with_related_links.html.erb b/app/views/content_items/_body_with_related_links.html.erb index b44eb193d..e68b8ce3f 100644 --- a/app/views/content_items/_body_with_related_links.html.erb +++ b/app/views/content_items/_body_with_related_links.html.erb @@ -16,11 +16,6 @@ <%= raw(@content_item.body) %> <% end %> - <% if @content_item.last_updated && @content_item.schema_name == "help_page" %> - <%= render "components/published_dates", { - last_updated: @content_item.last_updated - } %> - <% end %> <%= render 'shared/sidebar_navigation' %>