Review <%= @voter.election.name %>

Your vote will not be recorded until you confirm it on this page. Please review your vote carefully before clicking confirm.

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 %>
Confirm/Discard

Please select from one of the following pages.

<%= button_to 'Confirm This Vote', :action => 'confirm', :id => @voter.password %>

If you choose, you will be able to go back
and change it up until the end of hte voting period.

<%= button_to 'Discard This Vote', votepassword_url( :action => 'index', :urlpassword => @voter.password) %>

You will be returned to the voting page to vote
again, if you choose.