diff --git a/app/views/components/_back_to_top.html.erb b/app/views/components/_back_to_top.html.erb index be3ebcc1f..ff3dbcfdb 100644 --- a/app/views/components/_back_to_top.html.erb +++ b/app/views/components/_back_to_top.html.erb @@ -2,7 +2,7 @@ <% text ||= t('content_item.contents', default: "Contents") %> -
-
+
<%= render 'govuk_publishing_components/components/share_links', links: @content_item.share_links, track_as_sharing: true, diff --git a/app/views/content_items/consultation.html.erb b/app/views/content_items/consultation.html.erb index f144e2570..1230c28c6 100644 --- a/app/views/content_items/consultation.html.erb +++ b/app/views/content_items/consultation.html.erb @@ -192,7 +192,7 @@ <% end %>
-
+
<%= render 'govuk_publishing_components/components/share_links', links: @content_item.share_links, track_as_sharing: true, diff --git a/app/views/content_items/news_article.html.erb b/app/views/content_items/news_article.html.erb index d79f89b33..a941fb9cc 100644 --- a/app/views/content_items/news_article.html.erb +++ b/app/views/content_items/news_article.html.erb @@ -36,7 +36,7 @@ <% end %>
-
+
<%= render 'govuk_publishing_components/components/share_links', links: @content_item.share_links, track_as_sharing: true,