X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/678711ecac3f058c6010ac70c2a3d0ef6c32cbdb..99e1580f0d7707b8e2f8c08f8aae70c3d4906637:/app/views/common/_sortable_vote.rhtml diff --git a/app/views/common/_sortable_vote.rhtml b/app/views/common/_sortable_vote.rhtml index f026c42..0fe6ad1 100644 --- a/app/views/common/_sortable_vote.rhtml +++ b/app/views/common/_sortable_vote.rhtml @@ -1,6 +1,6 @@
    - <% for ranking in @voter.vote.rankings %> + <% for ranking in @voter.vote.rankings.sort %>
  1. <%= white_list(ranking.candidate.name.capitalize) %>
  2. <% end %>