Browse Source

Code cleanup, #roadmap no longer exists.

git-svn-id: http://svn.redmine.org/redmine/trunk@13540 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.0.0
Jean-Philippe Lang 9 years ago
parent
commit
655a4a1ba0
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/controllers/projects_controller.rb

+ 0
- 1
app/controllers/projects_controller.rb View File

@@ -17,7 +17,6 @@

class ProjectsController < ApplicationController
menu_item :overview
menu_item :roadmap, :only => :roadmap
menu_item :settings, :only => :settings

before_filter :find_project, :except => [ :index, :list, :new, :create, :copy ]

Loading…
Cancel
Save