summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-11-07 22:38:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-11-07 22:38:10 +0000
commit44c9ad687fa608e7a4eaac1ef571598e1130feac (patch)
treef255c43960f830a069ffca6186fa89ec3b69ba9c /lib
parent63866407f123f0f991c164d5e715e3fbbcdf53df (diff)
downloadredmine-44c9ad687fa608e7a4eaac1ef571598e1130feac.tar.gz
redmine-44c9ad687fa608e7a4eaac1ef571598e1130feac.zip
Reverted r4381.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4388 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index c03260d7e..1e6a71810 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -191,6 +191,8 @@ Redmine::MenuManager.map :project_menu do |menu|
menu.push :issues, { :controller => 'issues', :action => 'index' }, :param => :project_id, :caption => :label_issue_plural
menu.push :new_issue, { :controller => 'issues', :action => 'new' }, :param => :project_id, :caption => :label_issue_new,
:html => { :accesskey => Redmine::AccessKeys.key_for(:new_issue) }
+ menu.push :gantt, { :controller => 'gantts', :action => 'show' }, :param => :project_id, :caption => :label_gantt
+ menu.push :calendar, { :controller => 'calendars', :action => 'show' }, :param => :project_id, :caption => :label_calendar
menu.push :news, { :controller => 'news', :action => 'index' }, :param => :project_id, :caption => :label_news_plural
menu.push :documents, { :controller => 'documents', :action => 'index' }, :param => :project_id, :caption => :label_document_plural
menu.push :wiki, { :controller => 'wiki', :action => 'show', :id => nil }, :param => :project_id,