fix redmine

This commit is contained in:
xianbo 2014-03-21 11:29:06 +08:00
parent c905ded3b5
commit cd246fc9c2
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ Redmine::AccessControl.map do |map|
end
#by young
Redmine::MenuManager.map :top_menu do |menu|
menu.push :home, {:hsot => Setting.forge_domain}
menu.push :home, {:host => Setting.forge_domain}
menu.push :course_practice, {:controller => 'projects', :action => 'course', :project_type => 1}
menu.push :project_deposit, { :controller => 'projects', :action => 'index', :project_type => 0}, :caption => :label_project_deposit
menu.push :software_user, {:controller => 'users', :action => 'index'}