Renamed "elections" controller to "election."
[selectricity] / 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 (file)
index b750085..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<% @edit = true %>
-<h1><strong><%= @election.name %>:</strong> Enter List of Voter Email Addresses</h1>
-
-<%= render :partial => 'voter_list' %>
-
-<%= form_tag :action => 'new_voters', :id => @election.id %>
-<%= render :partial => 'voters_form' %>
-<%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?