|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<% summary_list.row do |row| %> |
|
|
|
|
<% row.key { question.check_answer_label.to_s.presence || question.header.to_s } %> |
|
|
|
|
<% row.value do %> |
|
|
|
|
<%= get_answer_label(question, @case_log) %> |
|
|
|
|
<span class="govuk-!-margin-right-4"><%= get_answer_label(question, @case_log) %></span> |
|
|
|
|
<% extra_value = question.get_extra_check_answer_value(@case_log) %> |
|
|
|
|
<% if extra_value %> |
|
|
|
|
<span class="govuk-!-font-weight-regular app-!-colour-muted"><%= extra_value %></span> |
|
|
|
|