Your Vote

Please vote by dragging items in the list below into your preferred order.

    <% for ranking in @voter.vote.rankings %>
  1. <%=h ranking.candidate.name.capitalize %>
  2. <% end %>
<%= sortable_element 'rankings-list', :url => { :action => "sort_candidates", :id => @voter.vote.id }, :complete => visual_effect(:highlight, 'rankings-list') %>
<%= button_to "Confirm Vote", :action => 'review', :id => @voter.password %>