Renamed "elections" controller to "election."
[selectricity] / app / views / elections / _candidates_form.rhtml
diff --git a/app/views/elections/_candidates_form.rhtml b/app/views/elections/_candidates_form.rhtml
deleted file mode 100644 (file)
index 814b38f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<p>Please enter candidates for <strong><%= @election.name %></strong>.</p>
-
-  <%= form_remote_tag(:update => "candidate_list",
-                      :url => { :action => :add_candidate, :id => @election.id },
-                      :position => "top" ) %>
-
-  <p>New candidate name:
-  <%= text_field_tag :newcandidate %>
-
-  <%= submit_tag "Add" %>
-  <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?