]> projects.mako.cc - selectricity/blobdiff - app/views/election/new.rhtml
Remove deprecated start_form_tag and end_form_tags. Now you're supposed to do form_ta...
[selectricity] / app / views / election / new.rhtml
index 5e6fa1f286ad96d9743b5aad1b1aa81a0e1d7a5d..7b717486c0042739b2fe91d53b0f492e52677901 100644 (file)
@@ -1,9 +1,9 @@
-<h1>Create A New Election</h1>
+<h1>Create A New Vote</h1>
 
-<h2>Step 1: Describe The Election</h2>
+<h2>Vote Overview</h2>
 
-<%= form_tag :action => 'create_election' %>
+<% form_tag (:action => 'create_election') do %>
   <%= render :partial => 'overview_form' %>
   <%= submit_tag "Done!" %>
-<%= end_form_tag %>
+<% end %>
 

Benjamin Mako Hill || Want to submit a patch?