X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c65b1e11059c5cf510b54c785d4a246215058f70..7b649ccad8804580632c255b9f451482fdbbe32d:/app/views/election/new_voters.rhtml diff --git a/app/views/election/new_voters.rhtml b/app/views/election/new_voters.rhtml index b750085..fc49e13 100644 --- a/app/views/election/new_voters.rhtml +++ b/app/views/election/new_voters.rhtml @@ -1,8 +1,10 @@ +<%= render_partial 'progress', 'voters' %> <% @edit = true %>

<%= @election.name %>: Enter List of Voter Email Addresses

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