X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c8404eeb9ad60aa18526c56feff2d26ea161028b..f95bdca9d25333308ef2f0c80eb2011f42d4a5eb:/app/views/quickvote/index.rhtml?ds=inline
diff --git a/app/views/quickvote/index.rhtml b/app/views/quickvote/index.rhtml
index a96fc41..856d74e 100644
--- a/app/views/quickvote/index.rhtml
+++ b/app/views/quickvote/index.rhtml
@@ -1,4 +1,4 @@
-
+
@@ -20,22 +20,10 @@
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 %>
- -
- <%=h ranking.candidate.name.capitalize %>
- <% end %>
-
-
-
-
+<%= render :partial => 'voter/sortable_vote' %>
<%= button_to "Confirm Vote", quickaction_url( :action => 'confirm', :ident => @voter.election.name) %>
-<%= sortable_element 'rankings-list',
- :url => { :action => "sort_candidates" , :id => @voter.vote.id },
- :complete => visual_effect(:highlight, 'rankings-list') %>
<% end %>