<% if @voter.voted? %> +

You have already voted. You can:

<% else %> @@ -31,17 +24,18 @@ bottom. When you are done, press confirm to record your vote.

    <% for ranking in @voter.vote.rankings %>
  1. - <%= ranking.candidate.name.capitalize %>
  2. + <%=h ranking.candidate.name.capitalize %> <% end %>