Fixes admin menu display.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8679 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2012-01-20 20:02:04 +00:00
parent 83e45cad9f
commit 80f3834159
4 changed files with 9 additions and 1 deletions
+4
View File
@@ -17,6 +17,10 @@
class AdminController < ApplicationController
layout 'admin'
menu_item :projects, :only => :projects
menu_item :plugins, :only => :plugins
menu_item :info, :only => :info
before_filter :require_admin
helper :sort
include SortHelper