<%= form_tag(:controller => 'bids', :action => 'contest', :method => :get) do %>
<%= l(:label_contest_innovate) %> <%= l(:label_user_location) %> : <% if User.current.logged? %> <% unless User.current.user_extensions.identity == 1 %> <%= link_to(l(:label_newtype_contest), {:controller => 'bids', :action => 'new_contest'}, :class => 'icon icon-add') %> <% end %> <% end %>
<%= link_to "forge.trustie.net/contest", :controller => 'bids', :action => 'index' %> <%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'bids', :action => 'contest' %>
<% end %>
<%= sort_contest(@s_state)%>
<%= render :partial => 'contest_show', :locals => {:bids => @bids, :bid_pages => @bid_pages} %>