X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/f2db874f06622e5b7422dabc8e17396708277c56..0283f11b7fec9fcfb81093f9458e759ee7f91707:/app/views/quickvote/thanks.rhtml diff --git a/app/views/quickvote/thanks.rhtml b/app/views/quickvote/thanks.rhtml index bf98ef8..d6ed8e0 100644 --- a/app/views/quickvote/thanks.rhtml +++ b/app/views/quickvote/thanks.rhtml @@ -8,7 +8,7 @@ preferences:

    <% for rank in @voter.vote.rankings.sort %> -
  1. <%=h rank.candidate.name.capitalize %>
  2. +
  3. <%= white_list(rank.candidate.name.capitalize) %>
  4. <% end %>