]> projects.mako.cc - selectricity/blobdiff - app/views/election/new.rhtml
removed breakpointer
[selectricity] / app / views / election / new.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index fc390a0..7b71748
@@ -2,8 +2,8 @@
 
 <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?