X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/936d687077455711e0c5031f0244cc873f225658..5a8b533b5abec8dc24674e4ef084b0b9779da8af:/app/views/elections/_candidates_form.rhtml diff --git a/app/views/elections/_candidates_form.rhtml b/app/views/elections/_candidates_form.rhtml index d739dbf..814b38f 100644 --- a/app/views/elections/_candidates_form.rhtml +++ b/app/views/elections/_candidates_form.rhtml @@ -1,13 +1,6 @@

Please enter candidates for <%= @election.name %>.

- - - <%= form_remote_tag(:update => "candidates_list", + <%= form_remote_tag(:update => "candidate_list", :url => { :action => :add_candidate, :id => @election.id }, :position => "top" ) %>