Renamed "elections" controller to "election."
[selectricity] / app / views / elections / _voters_form.rhtml
diff --git a/app/views/elections/_voters_form.rhtml b/app/views/elections/_voters_form.rhtml
deleted file mode 100644 (file)
index 620b508..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<p>Please enter a list of new email addresses of potential voters.</p>
-
-<%= text_area :raw_voter_list, :input_addresses %>
-
-<p>Email voters:
-<%= select :raw_voter_list, :email, [ [ 'Never', 0 ],
-                              [ 'Now', 1 ],
-                              [ 'Vote Start', 2 ] ]  %>
-</p>
-<%= submit_tag "Add" %>

Benjamin Mako Hill || Want to submit a patch?