X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2ba40f97b78f529984ff26c7c7d61c91d213e7b0..fd484b33a3920e0031007c5c2f1dec61913cbab5:/app/views/election/_candidates_form.rhtml diff --git a/app/views/election/_candidates_form.rhtml b/app/views/election/_candidates_form.rhtml deleted file mode 100644 index 4528923..0000000 --- a/app/views/election/_candidates_form.rhtml +++ /dev/null @@ -1,9 +0,0 @@ -<% %> - -<%= form_tag( { :action => :add_candidate, :id => @election.id }, - :multipart => true ) %> - -<%= render_partial 'candidate_form' %> - -<%= submit_tag "Add Candidate" %> -<%= end_form_tag %>