diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index af9ad87eb..1a4ed1b47 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -53,7 +53,7 @@ <% @project = Project.find_by_id(@project.id)%>
<%= image_tag(url_to_avatar(@project), :class => 'avatar2') %> |
<%= @project.name %>
diff --git a/lib/redmine.rb b/lib/redmine.rb
index 88d6f73ee..8ecf91cc1 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -279,7 +279,7 @@ end
###new add by linchun
Redmine::MenuManager.map :contest_menu do |menu|
menu.push :respond, :show_contest_contest_path, :caption => :label_user_response
- menu.push :project, :show_project_contest_path, :caption => :label_contest_project
+ # menu.push :project, :show_project_contest_path, :caption => :label_contest_project
menu.push :application, :show_softapplication_contest_path, :caption => :label_contest_application
# menu.push :result, { :controller => 'bids', :action => 'show_results' },
# :caption => :label_bidding_results,:if => Proc.new{ |p| User.current.id == p }
|