Major integration of Courtland's design into the QuickVotes.
[selectricity] / app / views / election / general_information.rhtml
1 <h2>Vote Overview</h2>
2
3 <% form_tag (:action => 'create_election') do %>
4   <%= render :partial => 'overview_form' %>
5   <%= submit_tag "Done!" %>
6 <% end %>
7

Benjamin Mako Hill || Want to submit a patch?