Browse Source

Merge pull request #501 from communitiesuk/inset-text-component

Use inset text component
pull/503/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
ef84bb302b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/views/form/check_answers.html.erb

4
app/views/form/check_answers.html.erb

@ -13,9 +13,7 @@
</h1> </h1>
<% if subsection.id == "setup" && subsection.status(@case_log) == :completed %> <% if subsection.id == "setup" && subsection.status(@case_log) == :completed %>
<div class="govuk-inset-text"> <%= govuk_inset_text(text: "Changing these answers might remove answers you’ve already given in other sections.") %>
Changing these answers might remove answers you've already given in other sections.
</div>
<% end %> <% end %>
<%= display_answered_questions_summary(subsection, @case_log) %> <%= display_answered_questions_summary(subsection, @case_log) %>

Loading…
Cancel
Save