X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/215cf287e52da41605cb033da236a6b0aeee4f3a..2a72af9b37793ded87c42042bd431495d1475c39:/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 %>