Vote Recorded

Description:

<%= @voter.election.description %>

Current Voter

<%= @voter.email %>

Instructions

Drag and drop the items on list in the right column until they are in order from most preferred at the top to least preferred at the bottom. When you are done, press confirm to record your vote.

Candidate List
<% @voter.election.candidates.each do |candidate| %> <% @current_candidate = candidate %>

<%=h @current_candidate.name -%>

<%=h (@current_candidate.description) %>
<% end %>