minor changes to the election show page, still having trouble figuring out how to...
[selectricity-live] / app / views / election / edit_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 => 'update_general_information', :id => @election) do %>
7   <%= render :partial => 'overview_form' %>
8   <%= submit_tag 'Done' %>
9 <% end %>

Benjamin Mako Hill || Want to submit a patch?