Skip to content

Commit

Permalink
Merge pull request #2296 from alphagov/remove-get-involved-div
Browse files Browse the repository at this point in the history
Remove unused div from get involved inset text
  • Loading branch information
brucebolt authored Nov 22, 2021
2 parents 73c7fb7 + 3e32d29 commit 158050e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/content_items/get_involved.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<%# Attention to closing consultation %>
<%= render "govuk_publishing_components/components/inset_text", {
} do %>
<div>
<%= render "govuk_publishing_components/components/heading", {
text: time_until_closure(@next_closing_consultation),
heading_level: 3
Expand All @@ -77,7 +76,6 @@
<%= @next_closing_consultation['title'] %>
</p>
<%= link_to t('get_involved.read_respond'), @next_closing_consultation['link'], class: "govuk-link" %>
</div>
<% end %>
</div>
</div>
Expand Down

0 comments on commit 158050e

Please sign in to comment.