Merge branch 'refs/heads/feature/3.0.0-pre/extend-breadcrumb' into feature/2.4.0/accessibility-master

pull/41/head
Romano Licker 13 years ago
commit 2eab3e3021
  1. 4
      app/controllers/enumerations_controller.rb
  2. 4
      app/controllers/settings_controller.rb

@ -84,4 +84,8 @@ class EnumerationsController < ApplicationController
# flash[:error] = 'Unable to delete enumeration'
# redirect_to :action => 'index'
end
def default_breadcrumb
l(:label_enumerations)
end
end

@ -58,4 +58,8 @@ class SettingsController < ApplicationController
rescue Redmine::PluginNotFound
render_404
end
def default_breadcrumb
l(:label_settings)
end
end

Loading…
Cancel
Save