From ef1622df5d36f7d8dd729f9aabcd518e47bf9f6a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 24 Mar 2024 13:46:10 +0100 Subject: [PATCH] add portal link in user list --- app/views/users/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %>