diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 0cdaa01..3fe38b7 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -15,7 +15,7 @@ Proxy Presence Votes - + @@ -37,6 +37,7 @@ <%= link_to 'Destroy', user_path(user), method: :delete, data: { confirm: 'Are you sure you wish to destroy this user?' } %> <%= link_to 'Export', room_export_voters_path(@room, user: user.id) %> <%= link_to 'Send test invite', test_invite_user_path(params[:room_id], user), method: :post %> + <%= link_to 'Portaal', user_elections_path(user.token) %> <% end %>