Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<div class="govuk-summary-list__row">
|
|
|
|
<dt class="govuk-summary-list__key">
|
|
|
|
<%= question.check_answer_label.to_s.present? ? question.check_answer_label.to_s : question.header.to_s %>
|
|
|
|
</dt>
|
|
|
|
<dd class="govuk-summary-list__value">
|
|
|
|
<%= get_answer_label(question, @case_log) %><br/>
|
|
|
|
<% question.get_inferred_answers(@case_log).each do |inferred_answer| %>
|
|
|
|
<span class="govuk-!-font-weight-regular app-!-colour-muted"><%= inferred_answer %></span><br/>
|
|
|
|
<% end %>
|
|
|
|
</dd>
|
|
|
|
<dd class="govuk-summary-list__actions">
|
|
|
|
<%= govuk_link_to(question.update_answer_link_name(@case_log), "/logs/#{@case_log.id}/#{question.page.id.to_s.dasherize}?referrer=check_answers").html_safe %>
|
|
|
|
</dd>
|
|
|
|
</div>
|