summaryrefslogtreecommitdiffstats
path: root/app/controllers/issue_categories_controller.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-19 11:53:43 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-19 11:53:43 +0000
commit0faa4568a0ab18277259ad1c89309c3c53fa42de (patch)
tree0bcdcc9bfb1263980715b650cffd3a7236d5feeb /app/controllers/issue_categories_controller.rb
parent3e031b4243b38c3739936ae143acf21d305cd570 (diff)
downloadredmine-0faa4568a0ab18277259ad1c89309c3c53fa42de.tar.gz
redmine-0faa4568a0ab18277259ad1c89309c3c53fa42de.zip
Highlight the current item of the main menu.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1076 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/issue_categories_controller.rb')
-rw-r--r--app/controllers/issue_categories_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/issue_categories_controller.rb b/app/controllers/issue_categories_controller.rb
index 2c1c6657b..a73935b4f 100644
--- a/app/controllers/issue_categories_controller.rb
+++ b/app/controllers/issue_categories_controller.rb
@@ -17,6 +17,7 @@
class IssueCategoriesController < ApplicationController
layout 'base'
+ menu_item :settings
before_filter :find_project, :authorize
verify :method => :post, :only => :destroy