% %>
You have ranked the candidates in the following order (from most preferred to least preferred:
<%= 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. |