|
|
@ -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 %> |
|
|
|