Renamed "elections" controller to "election."
[selectricity] / app / views / elections / new.rhtml
diff --git a/app/views/elections/new.rhtml b/app/views/elections/new.rhtml
deleted file mode 100644 (file)
index 5e6fa1f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<h1>Create A New Election</h1>
-
-<h2>Step 1: Describe The Election</h2>
-
-<%= form_tag :action => 'create_election' %>
-  <%= render :partial => 'overview_form' %>
-  <%= submit_tag "Done!" %>
-<%= end_form_tag %>
-

Benjamin Mako Hill || Want to submit a patch?