Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
[3155] Fix qualifications error summary link
Browse files Browse the repository at this point in the history
error summary links should set focus on the first radio/checkbox
  • Loading branch information
aliuk2012 committed Mar 25, 2020
1 parent d8083f0 commit 04409e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/result_filters/qualification/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<%= render partial: "shared/error_message", locals: { error_anchor_id: "qualification-error" } %>
<%= render partial: "shared/error_message", locals: { error_anchor_id: "qualifications_qtsonly" } %>
<%= form_with url: qualification_path, method: :post, data: { "ga-event-form" => "Qualification" } do |form| %>
<%= render "shared/hidden_fields", exclude_keys: ["qualifications"], form: form %>
Expand Down

0 comments on commit 04409e2

Please sign in to comment.