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

19 lines
464 B
Plaintext

<p id="notice"><%= notice %></p>
<h1>Stemmingen</h1>
<ul>
<% @votes.each do |vote| %>
<li>
<a href="https://stemmen.bij1.org/helios/e/<%= vote.election_slug %>/vote#id_voter_id=<%= vote.voter_login_id %>&id_password=<%= vote.voter_password %>">
<%= vote.election_slug %>
</a>
</li>
<% end %>
</ul>
<br>
<%= link_to 'Stream', user_stream_path %> |
<%= link_to 'Inbellen', join_room_path %> via BigBlueButton (voor toelichtingen)