X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/dc7d60a0de460c72d292b43616eb97a8b34741c8..c933ff40da110253bc4c474d9c79c3a4ed98721d:/app/views/elections/new_voters.rhtml diff --git a/app/views/elections/new_voters.rhtml b/app/views/elections/new_voters.rhtml deleted file mode 100644 index b750085..0000000 --- a/app/views/elections/new_voters.rhtml +++ /dev/null @@ -1,8 +0,0 @@ -<% @edit = true %> -

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

- -<%= render :partial => 'voter_list' %> - -<%= form_tag :action => 'new_voters', :id => @election.id %> -<%= render :partial => 'voters_form' %> -<%= end_form_tag %>