X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/dc7d60a0de460c72d292b43616eb97a8b34741c8..c933ff40da110253bc4c474d9c79c3a4ed98721d:/app/views/elections/_candidates_form.rhtml diff --git a/app/views/elections/_candidates_form.rhtml b/app/views/elections/_candidates_form.rhtml deleted file mode 100644 index 814b38f..0000000 --- a/app/views/elections/_candidates_form.rhtml +++ /dev/null @@ -1,11 +0,0 @@ -

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

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

New candidate name: - <%= text_field_tag :newcandidate %> - - <%= submit_tag "Add" %> - <%= end_form_tag %>