fixed colors on graphs
[selectricity-live] / app / views / election / edit.rhtml
1 <h1><strong><%=h @election.name %>:</strong> Edit Overview</h1>
2
3 <% form_tag(:action => 'update', :id => @election) do %>
4   <%= render :partial => 'overview_form' %>
5   <%= submit_tag 'Done!' %>
6 <% end %>

Benjamin Mako Hill || Want to submit a patch?