Result

<%= render :partial => 'winner' %>

Result Details

<%= render :partial => 'winner_details' %>

Election Rolls for Voter Verification

The voting rolls -- displayed here in alphabetical order -- for the last election are are follows.

Information is displayed here to help voters verifying that their own vote was recorded correctly and that the election was not tampered with.

Voters

<% for email in @voter_list %> <% end %>
Voters (A-Z)
<%= email %>

Votes by Token

The votes, listed in alphabetical order by token.

<% for candidate in @election.candidates.sort.reverse %> <% end %> <% for vote in @vote_list %> <% for ranking in vote.rankings %> <% end %> <% end %>
Token (0-9, A-Z) Rank of Candidates
<%= candidate %>
<%= vote.token %><%= ranking %>