feed407dd23bc7ed4ae5548354c0c2e7679b15bf
[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'}, :multipart => true ) do %>
7   <%= render :partial => 'overview_form' %>
8   <%= render :partial => 'theme_upload' %>
9   <%= submit_tag "Proceed to Next Step" %>
10 <% end %>

Benjamin Mako Hill || Want to submit a patch?