merged in changes from live version
[selectricity-live] / app / views / voter / _vote.rhtml
1 <% %>
2
3 <p><strong>Candidates or choices:</strong></p>
4 <ol>
5 <% for candidate in @voter.election.candidates.sort %>
6   <li><%= candidate.name.capitalize %></li>
7 <% end %>
8 </ol>
9
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>
13
14 <%= form_tag :action => 'review', :id => @password %>
15 <%= text_field :vote, :votestring -%>
16 <%= submit_tag "Vote!" %>
17
18

Benjamin Mako Hill || Want to submit a patch?