X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/1ef3925927fb35483da98af08f9fc175d5502708..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 79e95b5..0000000 --- a/app/views/voter/_sortable_vote.rhtml +++ /dev/null @@ -1,14 +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