X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ac5e3489e8b886b7b8a7252ab56ddeb3d3bdadc7..f7e185abe92cf8a4590f32996c86d15b8309db86:/app/views/voter/_vote.rhtml diff --git a/app/views/voter/_vote.rhtml b/app/views/voter/_vote.rhtml index dc240af..bd1040e 100644 --- a/app/views/voter/_vote.rhtml +++ b/app/views/voter/_vote.rhtml @@ -11,13 +11,8 @@ 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') %> -<% else %> - <%= form_tag :action => 'review', :id => @voter.password %> -<% end %> - +<%= form_tag :action => 'review', :id => @password %> <%= text_field :vote, :votestring -%> <%= submit_tag "Vote!" %> -<%= end_form_tag %> +