Sha256: b172c59da3f5bca02a2dce4e8509fa6cd4cb3402483c206afd861624540a0e0a

Contents?: true

Size: 257 Bytes

Versions: 17

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  class IndexPresenter < DocumentPresenter
    def view_config
      @view_config ||= configuration.view_config(view_context.document_index_view_type, action_name: view_context.action_name)
    end
  end
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
blacklight-8.6.1 app/presenters/blacklight/index_presenter.rb
blacklight-8.6.0 app/presenters/blacklight/index_presenter.rb
blacklight-8.5.1 app/presenters/blacklight/index_presenter.rb
blacklight-8.5.0 app/presenters/blacklight/index_presenter.rb
blacklight-8.4.0 app/presenters/blacklight/index_presenter.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/presenters/blacklight/index_presenter.rb
blacklight-8.3.0 app/presenters/blacklight/index_presenter.rb
blacklight-8.2.2 app/presenters/blacklight/index_presenter.rb
blacklight-8.2.1 app/presenters/blacklight/index_presenter.rb
blacklight-8.2.0 app/presenters/blacklight/index_presenter.rb
blacklight-8.1.0 app/presenters/blacklight/index_presenter.rb
blacklight-8.0.1 app/presenters/blacklight/index_presenter.rb
blacklight-8.0.0 app/presenters/blacklight/index_presenter.rb
blacklight-8.0.0.beta8 app/presenters/blacklight/index_presenter.rb
blacklight-8.0.0.beta7 app/presenters/blacklight/index_presenter.rb
blacklight-8.0.0.beta6 app/presenters/blacklight/index_presenter.rb
blacklight-8.0.0.beta5 app/presenters/blacklight/index_presenter.rb