Browse Source

Update review.html.erb

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

6
app/views/form/review.html.erb

@ -21,8 +21,10 @@
<h3 class="x-govuk-summary-card__title"><%= subsection.label %></h3> <h3 class="x-govuk-summary-card__title"><%= subsection.label %></h3>
</div> </div>
<div class="x-govuk-summary-card__body"> <div class="x-govuk-summary-card__body">
<%= render CheckAnswersSummaryListCardComponent.new(questions: subsection.applicable_questions(@case_log), case_log: @case_log, user: current_user) %> <%= render partial: "form/check_answers_summary_list", locals: {
</div> subsection:,
case_log: @case_log,
} %> </div>
</div> </div>
<% end %> <% end %>
<% end %> <% end %>

Loading…
Cancel
Save