<%= form_tag({:controller => 'contests', :action => 'index'}, :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 => 'contests', :action => 'new_contest'}, :class => 'icon icon-add', :target => "_blank") %> <% end %> <% end %>
<%= link_to request.host()+"/contests", :controller => 'contests', :action => 'index' %> <%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'contests', :action => 'index' %>
<% end %>
<% if @contests.size > 0%> <%= sort_contest(@s_state)%>
<%= render :partial => 'contest_list', :locals => {:contests => @contests, :contest_pages => @contest_pages} %>
<% else %> <%= render :partial => "layouts/no_content"%> <% end %> <% html_title l(:label_contest_list)%>