X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..c5d48f6ea92e43f07182d20ebe693692b4330437:/app/views/election/new_voters.rhtml diff --git a/app/views/election/new_voters.rhtml b/app/views/election/new_voters.rhtml index b750085..d1f0fab 100644 --- a/app/views/election/new_voters.rhtml +++ b/app/views/election/new_voters.rhtml @@ -3,6 +3,7 @@ <%= render :partial => 'voter_list' %> -<%= form_tag :action => 'new_voters', :id => @election.id %> +<% form_tag(:action => 'new_voters', :id => @election.id) do %> <%= render :partial => 'voters_form' %> -<%= end_form_tag %> +<% end %> +<%= button_to "Done", :action => 'show', :id => @election.id %>