X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/936d687077455711e0c5031f0244cc873f225658..5a8b533b5abec8dc24674e4ef084b0b9779da8af:/app/views/elections/edit_voters.rhtml diff --git a/app/views/elections/edit_voters.rhtml b/app/views/elections/edit_voters.rhtml index 64ec446..36de3eb 100644 --- a/app/views/elections/edit_voters.rhtml +++ b/app/views/elections/edit_voters.rhtml @@ -1,4 +1,10 @@ <% @edit = true %>

<%= @election.name %>: Edit Voter Rolls

-<%= button_to "Done!", :action => 'show', :id => @election %> +<%= render :partial => 'voter_list' %> + +<%= form_tag :action => 'edit_voters', :id => @election.id %> +<%= render :partial => 'voters_form' %> +<%= end_form_tag %> + +<%= button_to 'Done!', :action => 'show', :id => @election.id %>