diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index 4b0d4ff4..ab3e0d48 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -19,6 +19,10 @@ class AdminController < ApplicationController include SortHelper + menu_item :projects, :only => [:projects] + menu_item :plugins, :only => [:plugins] + menu_item :info, :only => [:info] + def index @no_configuration_data = Redmine::DefaultData::Loader::no_data? end diff --git a/app/controllers/ldap_auth_sources_controller.rb b/app/controllers/ldap_auth_sources_controller.rb index 33c7a297..a637b4d2 100644 --- a/app/controllers/ldap_auth_sources_controller.rb +++ b/app/controllers/ldap_auth_sources_controller.rb @@ -14,6 +14,7 @@ class LdapAuthSourcesController < AuthSourcesController + menu_item :ldap_authentication, :only => [:index] protected def auth_source_class diff --git a/app/views/issues/_edit.rhtml b/app/views/issues/_edit.rhtml index d376b36a..04072a66 100644 --- a/app/views/issues/_edit.rhtml +++ b/app/views/issues/_edit.rhtml @@ -38,7 +38,7 @@ <%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %> -