Skip to content

Commit

Permalink
Gov button change for schools index
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie committed Jul 9, 2024
1 parent 5affdd8 commit c8893c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/placements/schools/users/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 class="govuk-heading-l"><%= t(".users") %></h1>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<%= govuk_button_to(t(".add_user"), new_add_user_placements_school_users_path, method: :get) %>
<%= govuk_button_link_to(t(".add_user"), new_add_user_placements_school_users_path) %>
<%= render "placements/organisations/users/list", users: @users, organisation: @organisation %>
</div>
</div>
Expand Down

0 comments on commit c8893c5

Please sign in to comment.