- <%= link_to l(:label_contest_notification), contest_contestnotifications_path(@contest), :class => link_class(:contestnotifications) %>
- <%= link_to l(:label_contest_joincontest), show_attendingcontest_contest_path(@contest), :class => link_class(:attendingcontests) %>
- <%= link_to l(:label_contest_userresponse), show_contest_contest_path(@contest), :class => link_class(:respond) %>
<%=l(:label_contest_innovate_community)%> | <%= l(:label_user_location) %> : |
<%= form_tag({controller: 'contests', action: 'index'}, method: :get, :id => "contst_search_form") do %>
<%= text_field_tag 'name', params[:name], :size => 20, :onkeyup => 'regexName();' %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
<%#= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
<%= l(:label_search)%>
<% end %>
|
<%=link_to l(:field_homepage), home_path %> > <%= l(:label_contest_innovate) %> > <%= link_to h(truncate(@contest.name, length: 20, omission: '...')), show_contest_contest_path(@contest) %> |
<% if display_main_menu?(@contest) %>
<% end %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
<%=render :partial => 'layouts/base_footer'%>