Skip to content

Commit

Permalink
Update link_to path in show.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
ekumachidi committed Mar 10, 2024
1 parent f1732af commit edb83df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/schools/users/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<%= f.hidden_field :lastname, value: @user_invite.lastname %>
</dd>
<dd>
<%= link_to 'Change', new_schools_user_path(user_invite: @user_invite) %>
<%= link_to 'Change', new_schools_user_path(schools_dfe_sign_in_api_user_invite: { firstname: @user_invite.firstname, lastname: @user_invite.lastname, email: @user_invite.email }) %>
</dd>
</div>

Expand Down

0 comments on commit edb83df

Please sign in to comment.