Changed quickvotes so that they take an identifier as opposed to just a
[selectricity] / app / views / voter / _vote.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index dc240af..d144791
@@ -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?