Changed quickvotes so that they take an identifier as opposed to just a
[selectricity] / app / views / quickvote / thanks.rhtml
index 72cfe61fa490af535a5e59bea65f487cd1b7f931..1975eb705162f592c259219e0143c87e4f046bcb 100644 (file)
@@ -12,9 +12,9 @@ preferences:</p>
 <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( :ident => @voter.election.name, :action => 'change' ) %></li>
 
-  <li><%= link_to "View Current Results", quickaction_url( :votename => @voter.election.name, :action => 'results' ) %></li>
+  <li><%= link_to "View Current Results", quickaction_url( :ident => @voter.election.name, :action => 'results' ) %></li>
 </ul>
 
 

Benjamin Mako Hill || Want to submit a patch?