]> projects.mako.cc - selectricity-live/blob - app/views/election/new.rhtml
Check in a bit of partial work on controller testcases, but I'm calling it a day...
[selectricity-live] / 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' %>
6   <%= render :partial => 'overview_form' %>
7   <%= submit_tag "Done!" %>
8 <%= end_form_tag %>
9

Benjamin Mako Hill || Want to submit a patch?