|
|
|
@ -50,7 +50,7 @@ private
|
|
|
|
|
if log.creation_method_bulk_upload? && log.bulk_upload.present? && !log.optional_fields.include?(question.id) |
|
|
|
|
"<span class=\"app-!-colour-red\">You still need to answer this question</span>".html_safe |
|
|
|
|
else |
|
|
|
|
govuk_link_to question.summary_error_message, correct_validation_action_href(question, log, nil, @correcting_hard_validation), class: "govuk-link govuk-link--no-visited-state" |
|
|
|
|
govuk_link_to question.check_answer_prompt_message, correct_validation_action_href(question, log, nil, @correcting_hard_validation), class: "govuk-link govuk-link--no-visited-state" |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|