Renamed "elections" controller to "election."
[selectricity] / app / views / elections / edit_voters.rhtml
diff --git a/app/views/elections/edit_voters.rhtml b/app/views/elections/edit_voters.rhtml
deleted file mode 100644 (file)
index 36de3eb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<% @edit = true %>
-<h1><strong><%= @election.name %>:</strong> Edit Voter Rolls</h1>
-
-<%= 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 %>

Benjamin Mako Hill || Want to submit a patch?