<%= render_menu :bid_menu %>
<% end %>
-
+
<%= yield %>
<%= call_hook :view_layouts_base_content %>
diff --git a/app/views/layouts/base_newcontest.html.erb b/app/views/layouts/base_newcontest.html.erb
index 9dfb4a5dd..3ab2a10fc 100644
--- a/app/views/layouts/base_newcontest.html.erb
+++ b/app/views/layouts/base_newcontest.html.erb
@@ -17,39 +17,39 @@
<%= javascript_heads %>
<%= heads_for_theme %>
<%= call_hook :view_layouts_base_html_head %>
-
+
<%= yield :header_tags -%>
-
- <%=render :partial => 'layouts/base_header'%>
+
+ <%=render :partial => 'layouts/base_header'%>
-
+
-
-
+
+
<%=l(:label_contest_innovate_community)%> | -<%= l(:label_user_location) %> : | -
-
- <%= form_tag({controller: 'contests', action: 'index'}, method: :get) do %>
- <%= text_field_tag 'name', params[:name], :size => 20 %>
- <%= hidden_field_tag 'project_type', params[:project_type] %>
- <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
- <% 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' %> > - <%= link_to @contest.name, show_contest_contest_path(@contest) %> - | -
<%=l(:label_contest_innovate_community)%> | +<%= l(:label_user_location) %> : | +
+
+ <%= form_tag({controller: 'contests', action: 'index'}, method: :get) do %>
+ <%= text_field_tag 'name', params[:name], :size => 20 %>
+ <%= hidden_field_tag 'project_type', params[:project_type] %>
+ <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
+ <% 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' %> > + <%= link_to h(truncate(@contest.name, length: 20, omission: '...')), show_contest_contest_path(@contest) %> + | +