A few major changes:
[selectricity-live] / app / views / election / new.rhtml
1 <h1>Create A New Election</h1>
2
3 <h2>Step 1: Describe The Election</h2>
4
5 <%= form_tag :action => 'create_election' %>
6   <%= render :partial => 'overview_form' %>
7   <%= submit_tag "Done!" %>
8 <%= end_form_tag %>
9

Benjamin Mako Hill || Want to submit a patch?