Browse Source

Refactor improvements 0.2

CLDC-3740-Replace-you-didnt-answer-with-link
Manny Dinssa 4 weeks ago
parent
commit
5a385688c5
  1. 2
      app/helpers/check_answers_helper.rb

2
app/helpers/check_answers_helper.rb

@ -67,6 +67,6 @@ private
"govuk-link govuk-link--no-visited-state" "govuk-link govuk-link--no-visited-state"
end end
govuk_link_to question.check_answer_prompt, correct_validation_action_href(question, log, nil, @correcting_hard_validation), class: link_class govuk_link_to question.check_answer_prompt, unanswered_action_href(question, log), class: link_class
end end
end end

Loading…
Cancel
Save