Changed quickvotes so that they take an identifier as opposed to just a
[selectricity] / app / views / voter / _vote.rhtml
index dc240af61ea0d3e81e308f3c6db2dd36c0bdb37c..d1447916c846451b64d19d05e580411977f12bc0 100644 (file)
@@ -12,7 +12,7 @@ least preferred. Please list <em>all</em> choices in every vote.
 <em>(For example, 123 or 321 or 213, etc.)</em></p>
 
 <% if @voter.election.quickvote? %>
-  <%= form_tag quickaction_url( :votename => @voter.election.name, :action => 'confirm') %>
+  <%= form_tag quickaction_url( :ident => @voter.election.name, :action => 'confirm') %>
 <% else %>
   <%= form_tag :action => 'review', :id => @voter.password %>
 <% end %>

Benjamin Mako Hill || Want to submit a patch?