<% %>

Vote Below the Line

Election: <%= @voter.election.name %>

Voter: <%= @voter.email %>

Candidates:

    <% for candidate in @voter.election.candidates %>
  1. <%= candidate.name %>
  2. <% end %>

If this information is incorrect, please notify the vote administrator immediatedly!


Place Your Vote Here

Rank each candidate in order of more preferred to least preferred. (e.g., 123 or 321 or 213, etc.)

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