diff --git a/app/views/layouts/base_bids.html.erb b/app/views/layouts/base_bids.html.erb
index 9aca64247..a62916862 100644
--- a/app/views/layouts/base_bids.html.erb
+++ b/app/views/layouts/base_bids.html.erb
@@ -37,18 +37,17 @@
当前位置 : |
- <%= text_field_tag 'name', params[:name], :size => 30 %>
-
+ <%= form_tag(calls_path, :method => :get) do %>
+ <%= text_field_tag 'name', params[:name], :size => 30 %>
<%= hidden_field_tag 'reward_type', params[:reward_type] %>
- <%= hidden_field_tag 'project_type', params[:project_type] %>
-
+ <%= hidden_field_tag 'project_type', params[:project_type] %>
<%= submit_tag l(:label_search), :class => "small", :name => nil %>
-
+ <% end %>
|
- http://forge.trustie.net |
+ http://forge.trustie.net/calls |
<%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %> > <%=link_to @bid.name ,bid_path %> |