diff --git a/Gemfile.lock b/Gemfile.lock index 357d07ad3..a1e4610a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM govuk_personalisation (1.1.0) plek (>= 1.9.0) rails (>= 6, < 9) - govuk_publishing_components (47.0.0) + govuk_publishing_components (48.0.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown diff --git a/app/views/content_items/call_for_evidence.html.erb b/app/views/content_items/call_for_evidence.html.erb index 755c3f860..bc440941b 100644 --- a/app/views/content_items/call_for_evidence.html.erb +++ b/app/views/content_items/call_for_evidence.html.erb @@ -24,7 +24,7 @@ <% if @content_item.national_applicability.present? %> <%= render "govuk_publishing_components/components/devolved_nations", { national_applicability: @content_item.national_applicability, - type: @content_item.schema_name, + content_type: @content_item.schema_name, } %> <% end %> diff --git a/app/views/content_items/consultation.html.erb b/app/views/content_items/consultation.html.erb index f0fef6e40..1367ff6fe 100644 --- a/app/views/content_items/consultation.html.erb +++ b/app/views/content_items/consultation.html.erb @@ -25,7 +25,7 @@ <% if @content_item.national_applicability.present? %> <%= render "govuk_publishing_components/components/devolved_nations", { national_applicability: @content_item.national_applicability, - type: @content_item.schema_name, + content_type: @content_item.schema_name, } %> <% end %> diff --git a/app/views/content_items/detailed_guide.html.erb b/app/views/content_items/detailed_guide.html.erb index 5450fe1af..a3f98216c 100644 --- a/app/views/content_items/detailed_guide.html.erb +++ b/app/views/content_items/detailed_guide.html.erb @@ -27,7 +27,7 @@ <% if @content_item.national_applicability.present? %> <%= render "govuk_publishing_components/components/devolved_nations", { national_applicability: @content_item.national_applicability, - type: @content_item.schema_name, + content_type: @content_item.schema_name, } %> <% end %> diff --git a/app/views/content_items/html_publication.html.erb b/app/views/content_items/html_publication.html.erb index 8f00d8886..4e1a79466 100644 --- a/app/views/content_items/html_publication.html.erb +++ b/app/views/content_items/html_publication.html.erb @@ -41,7 +41,7 @@ <% if @content_item.national_applicability.present? %> <%= render "govuk_publishing_components/components/devolved_nations", { national_applicability: @content_item.national_applicability, - type: @content_item.schema_name, + content_type: @content_item.schema_name, } %> <% end %> diff --git a/app/views/content_items/publication.html.erb b/app/views/content_items/publication.html.erb index 42b213e9d..69573d246 100644 --- a/app/views/content_items/publication.html.erb +++ b/app/views/content_items/publication.html.erb @@ -39,7 +39,7 @@ <% if @content_item.national_applicability.present? %> <%= render "govuk_publishing_components/components/devolved_nations", { national_applicability: @content_item.national_applicability, - type: @content_item.schema_name, + content_type: @content_item.schema_name, } %> <% end %>