Mostly worked on the candidate adding feature to include pictures and
[selectricity-live] / app / views / election / _candidates_form.rhtml
index 814b38f29945295cb04af224505cb8f779410dc3..452892340e55aaa1347567a17dc555b058700d95 100644 (file)
@@ -1,11 +1,9 @@
-<p>Please enter candidates for <strong><%= @election.name %></strong>.</p>
+<% %>
 
-  <%= form_remote_tag(:update => "candidate_list",
-                      :url => { :action => :add_candidate, :id => @election.id },
-                      :position => "top" ) %>
+<%= form_tag( { :action => :add_candidate, :id => @election.id },
+              :multipart => true ) %>
 
-  <p>New candidate name:
-  <%= text_field_tag :newcandidate %>
+<%= render_partial 'candidate_form' %>
 
-  <%= submit_tag "Add" %>
-  <%= end_form_tag %>
+<%= submit_tag "Add Candidate" %>
+<%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?