Browse Source

CLDC-4241: don't set check_errors on submit

pull/3193/head
Nat Dean-Lewis 1 month ago
parent
commit
67ac433ecb
  1. 2
      app/views/form/page.html.erb

2
app/views/form/page.html.erb

@ -77,7 +77,7 @@
<% if @pages_with_errors_count > 1 %> <% if @pages_with_errors_count > 1 %>
<div class="govuk-button-group"> <div class="govuk-button-group">
<%= f.submit "See all related answers", name: "check_errors", class: "govuk-body govuk-link submit-button-link" %> <%= f.submit "See all related answers", class: "govuk-body govuk-link submit-button-link" %>
</div> </div>
<% end %> <% end %>

Loading…
Cancel
Save