Sha256: 69c192f23b6c805cfe127b2acdcd75d58b52143245ffca1b962def776fef3e40

Contents?: true

Size: 590 Bytes

Versions: 29

Compression:

Stored size: 590 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  module Admin
    class FeaturesController < Flipflop::FeaturesController
      with_themed_layout 'dashboard'

      before_action do
        authorize! :manage, Hyrax::Feature
      end

      def index
        add_breadcrumb t(:'hyrax.controls.home'), root_path
        add_breadcrumb t(:'hyrax.dashboard.breadcrumbs.admin'), hyrax.dashboard_path
        add_breadcrumb t(:'hyrax.admin.sidebar.configuration'), '#'
        add_breadcrumb t(:'hyrax.admin.sidebar.technical'), hyrax.admin_features_path
        super
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/controllers/hyrax/admin/features_controller.rb
hyrax-5.0.4 app/controllers/hyrax/admin/features_controller.rb
hyrax-5.0.3 app/controllers/hyrax/admin/features_controller.rb
hyrax-5.0.2 app/controllers/hyrax/admin/features_controller.rb
hyrax-5.0.1 app/controllers/hyrax/admin/features_controller.rb
hyrax-5.0.0 app/controllers/hyrax/admin/features_controller.rb
hyrax-5.0.0.rc3 app/controllers/hyrax/admin/features_controller.rb
hyrax-5.0.0.rc2 app/controllers/hyrax/admin/features_controller.rb
hyrax-5.0.0.rc1 app/controllers/hyrax/admin/features_controller.rb
hyrax-3.6.0 app/controllers/hyrax/admin/features_controller.rb
hyrax-4.0.0 app/controllers/hyrax/admin/features_controller.rb
hyrax-4.0.0.rc3 app/controllers/hyrax/admin/features_controller.rb
hyrax-4.0.0.rc2 app/controllers/hyrax/admin/features_controller.rb
hyrax-4.0.0.rc1 app/controllers/hyrax/admin/features_controller.rb
hyrax-3.5.0 app/controllers/hyrax/admin/features_controller.rb
hyrax-4.0.0.beta2 app/controllers/hyrax/admin/features_controller.rb
hyrax-3.4.2 app/controllers/hyrax/admin/features_controller.rb
hyrax-4.0.0.beta1 app/controllers/hyrax/admin/features_controller.rb
hyrax-3.4.1 app/controllers/hyrax/admin/features_controller.rb
hyrax-3.4.0 app/controllers/hyrax/admin/features_controller.rb