Skip to content

Commit

Permalink
Remove help_page schema reference from body_with_related_links
Browse files Browse the repository at this point in the history
  • Loading branch information
georges1996 committed Oct 21, 2024
1 parent 8f7b229 commit c5c31bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/views/content_items/_body_with_related_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
</div>
</div>
<%= render 'shared/sidebar_navigation' %>
Expand Down

0 comments on commit c5c31bd

Please sign in to comment.