Skip to content

Commit

Permalink
Test old button navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ekumachidi committed Mar 9, 2024
1 parent 01aeada commit 1bcb6fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/schools/users/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

<%= f.govuk_email_field :email, autocomplete: 'on' %>

f.govuk_submit 'Continue'
<button type="submit" class="govuk-button" id="submit-button">Continue</button>
<%= f.govuk_submit 'Continue' %>
<% end %>
<%= link_to "Cancel", schools_users_path, 'aria-label': "Cancel user invite" %>
</div>
Expand Down

0 comments on commit 1bcb6fd

Please sign in to comment.