]> projects.mako.cc - selectricity/blob - app/views/election/edit_candidate.rhtml
Renamed CSS and layout to move from the old name (HC) to the new name
[selectricity] / app / views / election / edit_candidate.rhtml
1 <h1>Editing <%= @candidate.name %></h1>
2
3 <%= error_messages_for :candidate %>
4 <%= form_tag( { :action => :update_candidate, :id => @candidate.id },
5               :multipart => true ) %>
6 <%= render :partial => 'candidate_form' %>
7 <%= submit_tag "Save" %>
8 <%= end_form_tag %>
9

Benjamin Mako Hill || Want to submit a patch?