67525fd4928fe33a02a6b071e5ced2233864d858
[selectricity] / app / views / election / new_candidates.rhtml
1 <% @edit = true %>
2 <h1><strong><%= @election.name %>:</strong> Enter Candidates</h1>
3
4 <%= render :partial => 'candidates_form' %>
5 <%= button_to "Done!", :action => 'show', :id => @election %>

Benjamin Mako Hill || Want to submit a patch?