Skip to content

Commit

Permalink
Reorder action links on edit user page
Browse files Browse the repository at this point in the history
As suggested by Joseph.
  • Loading branch information
floehopper committed Dec 5, 2023
1 parent 250fed7 commit c9f6249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/users/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
<%= render "govuk_publishing_components/components/list", {
items: [
link_to_access_log(@user),
link_to_suspension(@user),
link_to_resend_invitation(@user),
link_to_unlock(@user),
link_to_2sv_exemption(@user),
link_to_suspension(@user),
link_to_reset_2sv(@user),
link_to_2sv_exemption(@user),
link_to_mandate_2sv(@user),
].compact
} %>
Expand Down

0 comments on commit c9f6249

Please sign in to comment.