X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc..05ebed925ae2b5e7bf2a599536ba7d7ac15ffbf7:/app/views/voter/_vote.rhtml diff --git a/app/views/voter/_vote.rhtml b/app/views/voter/_vote.rhtml index b9a2688..bd1040e 100644 --- a/app/views/voter/_vote.rhtml +++ b/app/views/voter/_vote.rhtml @@ -3,20 +3,16 @@

Candidates or choices:

    <% for candidate in @voter.election.candidates.sort %> -
  1. <%= candidate.name %>
  2. +
  3. <%= candidate.name.capitalize %>
  4. <% end %>

In the box below, list each choice in order of most preferred to -least preferred. (For example, 123 or 321 or 213, etc.)

- -<% if @voter.election.quickvote? %> - <%= form_tag quickaction_url( :votename => @voter.election.name, :action => 'confirm') %> -<% else %> - <%= form_tag :action => 'review', :id => @voter.password %> -<% end %> +least preferred. Please list all choices in every vote. +(For example, 123 or 321 or 213, etc.)

+<%= form_tag :action => 'review', :id => @password %> <%= text_field :vote, :votestring -%> <%= submit_tag "Vote!" %> -<%= end_form_tag %> +