Renamed "elections" controller to "election."
[selectricity] / app / views / election / new.rhtml
diff --git a/app/views/election/new.rhtml b/app/views/election/new.rhtml
new file mode 100644 (file)
index 0000000..5e6fa1f
--- /dev/null
@@ -0,0 +1,9 @@
+<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?