X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/dc7d60a0de460c72d292b43616eb97a8b34741c8..c933ff40da110253bc4c474d9c79c3a4ed98721d:/app/views/election/edit_voters.rhtml diff --git a/app/views/election/edit_voters.rhtml b/app/views/election/edit_voters.rhtml new file mode 100644 index 0000000..36de3eb --- /dev/null +++ b/app/views/election/edit_voters.rhtml @@ -0,0 +1,10 @@ +<% @edit = true %> +

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

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