From 3e32d299d8e67f9ed695506671c5338798bb56bc Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Mon, 22 Nov 2021 10:29:59 +0000 Subject: [PATCH] Remove unused div from get involved inset text There appears to be a
..
that isn't necessary in the get involved page's "next closing" inset text component. --- app/views/content_items/get_involved.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/content_items/get_involved.html.erb b/app/views/content_items/get_involved.html.erb index ceb5b52fc..52d58c4e4 100644 --- a/app/views/content_items/get_involved.html.erb +++ b/app/views/content_items/get_involved.html.erb @@ -68,7 +68,6 @@ <%# Attention to closing consultation %> <%= render "govuk_publishing_components/components/inset_text", { } do %> -
<%= render "govuk_publishing_components/components/heading", { text: time_until_closure(@next_closing_consultation), heading_level: 3 @@ -77,7 +76,6 @@ <%= @next_closing_consultation['title'] %>

<%= link_to t('get_involved.read_respond'), @next_closing_consultation['link'], class: "govuk-link" %> -
<% end %>