Made a large number of mostly cosmetic fixes after a detailed
[selectricity] / app / views / quickvote / thanks.rhtml
index 794f412093b40623e1ee20b460aa5328520f5966..4104612c9761dee799102911465e9c496e199a76 100644 (file)
@@ -1,11 +1,11 @@
 <% %>
-
+<h1>Vote Recorded</h1>
 <p>Your vote has been recorded with the following ranked
 preferences:</p>
 
 <ol>
   <% for rank in @voter.vote.rankings.sort %>
-    <li><%= rank.candidate.name %> </li>
+    <li><%= rank.candidate.name.capitalize %> </li>
   <% end %>
 </ol>
 

Benjamin Mako Hill || Want to submit a patch?