X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/4ef17d5cb30800c33e325d1777cdd4ccd4611a54..b82260b129b48f9da19e73e81e1e26b89c1f53e5:/app/views/voter/_vote.rhtml diff --git a/app/views/voter/_vote.rhtml b/app/views/voter/_vote.rhtml index dc240af..d144791 100644 --- a/app/views/voter/_vote.rhtml +++ b/app/views/voter/_vote.rhtml @@ -12,7 +12,7 @@ least preferred. Please list all choices in every vote. (For example, 123 or 321 or 213, etc.)

<% 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 %>