Skip to content

Commit

Permalink
WIP - replace use of content_item_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte committed Dec 20, 2024
1 parent bd8e8cc commit 8f32535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/transaction/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<% content_for :extra_headers do %>
<%= render 'govuk_publishing_components/components/machine_readable_metadata',
schema: :article,
content_item: content_item_hash %>
content_item: content_item.h %>

<%= render 'govuk_publishing_components/components/machine_readable_metadata',
schema: :government_service,
content_item: content_item_hash %>
content_item: content_item.h %>

<% if content_item.variant_slug.present? %>
<meta name="robots" content="noindex, nofollow" />
Expand Down

0 comments on commit 8f32535

Please sign in to comment.