Get head.
[selectricity] / app / views / voter / review.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index d1eb9dc..b8b9089
@@ -1,13 +1,14 @@
 <% %>
 
+<% %>
 <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>
 

Benjamin Mako Hill || Want to submit a patch?