added first full working version of embeddable elections
[selectricity-live] / app / views / election / edit_general_information.rhtml
diff --git a/app/views/election/edit_general_information.rhtml b/app/views/election/edit_general_information.rhtml
new file mode 100644 (file)
index 0000000..c2f1cf5
--- /dev/null
@@ -0,0 +1,9 @@
+<div id="title-header">
+  <span class="header">Election Overview</span>
+  <span class="subheader"></span>
+</div>
+
+<% form_tag(:action => 'update_general_information', :id => @election) do %>
+  <%= render :partial => 'overview_form' %>
+  <%= submit_tag 'Done' %>
+<% end %>

Benjamin Mako Hill || Want to submit a patch?