X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/34fe63727a8929d7e9c529feee1f0c1e827acdfa..404bd293fe621a270748df828c67e507b350920b:/app/views/quickvote/_candidate_list.rhtml diff --git a/app/views/quickvote/_candidate_list.rhtml b/app/views/quickvote/_candidate_list.rhtml new file mode 100644 index 0000000..1176e97 --- /dev/null +++ b/app/views/quickvote/_candidate_list.rhtml @@ -0,0 +1,17 @@ +<% %> + +<% if @flash[:candlist] %> + +<% end %> + +<%= form_remote_tag :update => 'candlist', + :url => { :action => 'add_candidate' } %> +

+ <%= text_field "ajax", "newcandidate", :size => 40 %> + <%= submit_tag "Add" %> +

+<%= end_form_tag %>