#-- # Copyright (C) 2006 Dimitrij Denissenko # Please read LICENSE document for more information. #++ RetroAM.menu_map do |map| map.push 'Changesets', :controller => 'changesets', :action => 'changesets' map.push 'Browse source', :controller => 'browse', :action => 'browse', :params => {:path => nil, :rev => nil} map.push 'Milestones', :controller => 'milestones', :action => 'index' map.push 'Tickets', :controller => 'tickets', :action => 'index' map.push 'New ticket', :controller => 'tickets', :action => 'new' map.push 'Search', :controller => 'search', :action => 'index' end