Sha256: 7ca3b218af2df66bc1bebdc7cc9cdba22db6ba063cccf4d70aae96c30fc01281
Contents?: true
Size: 560 Bytes
Versions: 36
Compression:
Stored size: 560 Bytes
Contents
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
36 entries across 36 versions & 1 rubygems