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