ingang/app/views/main/votes.html.erb

25 lines
653 B
Plaintext

<p id="notice"><%= notice %></p>
<h1>Stemmingen</h1>
(als dit niet vanzelf invult: user id <%= @user.id %>)
<ul>
<% @votes.each do |vote| %>
<li>
<a href="https://stemmen.bij1.org/helios/e/<%= vote.election_slug %>/vote#id_voter_id=<%= vote.user_id %>&id_password=<%= vote.voter_password %>"><%= vote.election_slug %></a>
(wachtwoord: <%= vote.voter_password %>)
</li>
<% end %>
</ul>
<p>
Tip: je stemt telt zodra je hebt geduwd op 'cast this ballot'!
</p>
<br>
<!--
<%= link_to 'Stream', 'https://vimeo.com/event/2819815/0101985d73' %> |
-->
<%= link_to 'Inbellen', join_room_path %> via BigBlueButton (voor toelichtingen)