3 <h1>Please review your vote carefully before confirming it.</h1>
5 <p>You have ranked the candidates in the following order (from most
6 preferred to least preferred:</p>
9 <% for rank in @vote.rankings.sort %>
10 <li><%= rank.candidate.name %> </li>
16 <td valign="top"><%= button_to 'Confirm', :action => 'confirm', :id => @voter.password %></td>
17 <td valign="top">Confirm this vote now. You will be able to go back and
22 <td valign="top"><%= button_to 'Change', :action => 'index', :id => @voter.password %></td>
23 <td valign="top">Go back to the voting page and vote again.</td>
27 <td valign="top"><%= button_to 'Discard', :action => 'discard' %></td>
28 <td valign="top">Discard this tentative vote and log out.</td>