]> projects.mako.cc - selectricity/blob - app/views/election/edit.rhtml
Renamed CSS and layout to move from the old name (HC) to the new name
[selectricity] / app / views / election / edit.rhtml
1 <h1><strong><%= @election.name %>:</strong> Edit Overview</h1>
2
3 <%= start_form_tag :action => 'update', :id => @election %>
4   <%= render :partial => 'overview_form' %>
5   <%= submit_tag 'Done!' %>
6 <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?