* refactored the system so that it keeps pictures in a seperate table
[selectricity] / app / views / election / general_information.rhtml
diff --git a/app/views/election/general_information.rhtml b/app/views/election/general_information.rhtml
new file mode 100644 (file)
index 0000000..0a1a513
--- /dev/null
@@ -0,0 +1,11 @@
+<%= render_partial 'progress', 'overview' %>
+
+<h1>Create A New Vote</h1>
+
+<h2>Vote Overview</h2>
+
+<% form_tag (:action => 'create_election') do %>
+  <%= render :partial => 'overview_form' %>
+  <%= submit_tag "Done!" %>
+<% end %>
+

Benjamin Mako Hill || Want to submit a patch?