From ca843af670bfee38d82d55b1f93b4376cf0e553f Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 10 Mar 2023 23:22:14 +0100 Subject: [PATCH] voting portal: add query parameters can help make helios prefill more robust --- app/views/main/votes.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/main/votes.html.erb b/app/views/main/votes.html.erb index 42b4179..a9c39f6 100644 --- a/app/views/main/votes.html.erb +++ b/app/views/main/votes.html.erb @@ -18,7 +18,7 @@ <% @votes.each do |vote| %> - <%= vote.election_slug %> + <%= vote.election_slug %> <%= @user.id %>