added first full working version of embeddable elections
[selectricity-live] / app / views / election / edit.rhtml
diff --git a/app/views/election/edit.rhtml b/app/views/election/edit.rhtml
deleted file mode 100644 (file)
index 40aaad2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1><strong><%=h @election.name %>:</strong> Edit Overview</h1>
-
-<% form_tag(:action => 'update', :id => @election) do %>
-  <%= render :partial => 'overview_form' %>
-  <%= submit_tag 'Done!' %>
-<% end %>

Benjamin Mako Hill || Want to submit a patch?