Initital scaffolding of the website plus initial work on the adding and
[selectricity] / app / views / elections / edit.rhtml
diff --git a/app/views/elections/edit.rhtml b/app/views/elections/edit.rhtml
new file mode 100644 (file)
index 0000000..af0cb49
--- /dev/null
@@ -0,0 +1,6 @@
+<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?