Renamed "elections" controller to "election."
[selectricity] / app / views / elections / edit.rhtml
diff --git a/app/views/elections/edit.rhtml b/app/views/elections/edit.rhtml
deleted file mode 100644 (file)
index af0cb49..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1><strong><%= @election.name %>:</strong> Edit Overview</h1>
-
-<%= start_form_tag :action => 'update', :id => @election %>
-  <%= render :partial => 'overview_form' %>
-  <%= submit_tag 'Done!' %>
-<%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?