X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/404bd293fe621a270748df828c67e507b350920b..8dc61228b74613a5e585ef0a8cf7b4352e208717:/app/views/quickvote/index.rhtml diff --git a/app/views/quickvote/index.rhtml b/app/views/quickvote/index.rhtml index 84211ff..bb0b5a4 100644 --- a/app/views/quickvote/index.rhtml +++ b/app/views/quickvote/index.rhtml @@ -13,7 +13,7 @@

Vote

<% end %> -<% if @voter.session_id %> +<% if @voter.voted? %>

You have already voted. You can:

<% else %> - <%= render_partial 'voter/vote' %> + +

Drag and drop the items on the following list 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.

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