Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / app / views / quickvote / thanks.rhtml
old mode 100644 (file)
new mode 100755 (executable)
index 794f412..72cfe61
@@ -1,20 +1,20 @@
 <% %>
-
+<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>
 
 <p>Thanks you voting! You can:</p>
 
 <ul>
-  <li><%= link_to "Change your vote.", quickaction_url( :votename => @voter.election.name, :action => 'change' ) %></li>
+  <li><%= link_to "Change Your Vote", quickaction_url( :votename => @voter.election.name, :action => 'change' ) %></li>
 
-  <li><%= link_to "View election results.", quickaction_url( :votename => @voter.election.name, :action => 'results' ) %></li>
+  <li><%= link_to "View Current Results", quickaction_url( :votename => @voter.election.name, :action => 'results' ) %></li>
 </ul>
 
 

Benjamin Mako Hill || Want to submit a patch?