Renamed "elections" controller to "election."
[selectricity] / app / views / elections / new_candidates.rhtml
diff --git a/app/views/elections/new_candidates.rhtml b/app/views/elections/new_candidates.rhtml
deleted file mode 100644 (file)
index 67525fd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<% @edit = true %>
-<h1><strong><%= @election.name %>:</strong> Enter Candidates</h1>
-
-<%= render :partial => 'candidates_form' %>
-<%= button_to "Done!", :action => 'show', :id => @election %>

Benjamin Mako Hill || Want to submit a patch?