Browse Source

add warning in setup section (#488)

pull/490/head
kosiakkatrina 3 years ago committed by GitHub
parent
commit
d42919bd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      app/views/form/check_answers.html.erb

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

@ -12,6 +12,11 @@
Check your answers Check your answers
</h1> </h1>
<% if subsection.id == "setup" && subsection.status(@case_log) == :completed %>
<div class="govuk-inset-text">
Changing these answers might remove answers you've already given in other sections.
</div>
<% end %>
<%= display_answered_questions_summary(subsection, @case_log) %> <%= display_answered_questions_summary(subsection, @case_log) %>
<dl class="govuk-summary-list"> <dl class="govuk-summary-list">

Loading…
Cancel
Save