3 <p><strong>Candidates or choices:</strong></p>
5 <% for candidate in @voter.election.candidates.sort %>
6 <li><%= candidate.name.capitalize %></li>
10 <p>In the box below, list each choice in order of most preferred to
11 least preferred. Please list <em>all</em> choices in every vote.
12 <em>(For example, 123 or 321 or 213, etc.)</em></p>
14 <% if @voter.election.quickvote? %>
15 <%= form_tag quickaction_url( :votename => @voter.election.name, :action => 'confirm') %>
17 <%= form_tag :action => 'review', :id => @voter.password %>
20 <%= text_field :vote, :votestring -%>
21 <%= submit_tag "Vote!" %>