Browse Source

Update check_answers.html.erb

pull/832/head
Ted-U 3 years ago committed by GitHub
parent
commit
41193dffa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      app/views/form/check_answers.html.erb

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

@ -22,13 +22,6 @@
case_log: @case_log,
} %>
<% subsection.applicable_questions(@case_log).group_by(&:check_answers_card_number).values.each do |question_group| %>
<%= render CheckAnswersSummaryListCardComponent.new(questions: question_group, case_log: @case_log, user: current_user) %>
<br>
<br>
<br>
<% end %>
<%= form_with model: @case_log, method: "get" do |f| %>
<%= f.govuk_submit "Save and return to log" do %>
<% next_incomplete_section_redirect_path = @case_log.form.next_incomplete_section_redirect_path(subsection, @case_log) %>

Loading…
Cancel
Save