merge from live
[selectricity] / app / views / election / general_information.rhtml
1 <div id="title-header">
2   <span class="header">Election Overview</span>
3   <span class="subheader"></span>
4 </div>
5
6 <% form_tag (:action => 'create_election') do %>
7   <%= render :partial => 'overview_form' %>
8   <%= submit_tag "Proceed to Next Step" %>
9 <% end %>
10

Benjamin Mako Hill || Want to submit a patch?