<% %> <% %>

Please review your vote carefully before confirming it.

You have ranked the candidates in the following order (from most preferred to least preferred:

    <% for rank in @voter.vote.rankings.sort %>
  1. <%=h rank.candidate.name.capitalize %>
  2. <% end %>
<%= button_to 'Confirm', :action => 'confirm', :id => @voter.password %> Confirm this vote now. You will be able to go back and change it.
<%= button_to 'Change', :action => 'index', :id => @voter.password %> Go back to the voting page and vote again.
<%= button_to 'Discard', :action => 'discard' %> Discard this tentative vote and log out.