From d8b05771aceca1b6c3650d1640d60e4f64618cd5 Mon Sep 17 00:00:00 2001 From: Tijmen Brommet Date: Tue, 24 Apr 2018 12:34:05 +0100 Subject: [PATCH] Use the meta tags component from the gem This replaces the analytics meta tags component from Static with the new [meta tags component](https://github.com/alphagov/govuk_publishing_components/pull/ 278) in the gem. There should be no changes in behaviour. --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c556c0514..1fe8056fe 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -19,7 +19,7 @@ <% end %> <%= javascript_include_tag "application", integrity: true, crossorigin: 'anonymous' %> <%= csrf_meta_tags %> - <%= render partial: 'govuk_component/analytics_meta_tags', locals: { content_item: @content_item.content_item } %> + <%= render 'govuk_publishing_components/components/meta_tags', content_item: @content_item.content_item %> <% if @content_item.description %>