7b717486c0042739b2fe91d53b0f492e52677901
[selectricity] / app / views / election / new.rhtml
1 <h1>Create A New Vote</h1>
2
3 <h2>Vote Overview</h2>
4
5 <% form_tag (:action => 'create_election') do %>
6   <%= render :partial => 'overview_form' %>
7   <%= submit_tag "Done!" %>
8 <% end %>
9

Benjamin Mako Hill || Want to submit a patch?