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