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