<% %>
+<% %>
<h1>Please review your vote carefully before confirming it.</h1>
<p>You have ranked the candidates in the following order (from most
preferred to least preferred:</p>
<ol>
- <% for rank in @vote.rankings.sort %>
- <li><%= rank.candidate.name %> </li>
+ <% for rank in @voter.vote.rankings.sort %>
+ <li><%=h rank.candidate.name.capitalize %> </li>
<% end %>
</ol>