%= form_tag(calls_path, :method => :get) do %>
<%= l(:label_contest_list) %> | <% if User.current.logged? %> <%= link_to(l(:label_newtype_contest), {:controller => 'bids', :action => 'new_contest'}, :class => 'icon icon-add') %> <% end %> |
<%= text_field_tag 'name', params[:name], :size => 30 %>
<%= submit_tag l(:label_search), :class => "small", :name => nil %>
|