app/controllers/concerns/hyrax/admin/stats_behavior.rb in hyrax-2.0.3 vs app/controllers/concerns/hyrax/admin/stats_behavior.rb in hyrax-2.1.0.beta1
- old
+ new
@@ -1,10 +1,10 @@
module Hyrax
module Admin
module StatsBehavior
extend ActiveSupport::Concern
included do
- layout 'dashboard'
+ with_themed_layout 'dashboard'
end
def show
authorize! :read, Hyrax::Statistics
stats_filters = params.fetch(:stats_filters, {})