X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/8f23a174c70223831055e1498b50c3ba260858fe..da6c29f53b3598a6d2d9959df277b0340bc54cee:/app/views/voter/_sortable_vote.rhtml diff --git a/app/views/voter/_sortable_vote.rhtml b/app/views/voter/_sortable_vote.rhtml deleted file mode 100644 index 4154482..0000000 --- a/app/views/voter/_sortable_vote.rhtml +++ /dev/null @@ -1,15 +0,0 @@ -<% %> -
-
    - <% 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') %> \ No newline at end of file