<%= form_tag({:controller => 'bids', :action => 'index', :remote => true, :method => :post, :id => 'new-bid-form'}) do %>

需求名称:<%= text_field_tag 'bid_title' %>

需求描述:

<%= text_area_tag 'bid_description' %>

投资预算:<%= text_field_tag 'bid_budget' %>

投资时限:<%= text_field_tag 'bid_deadline' %>

<%= submit_tag l(:button_submit) %> <%end%>