Sha256: 42ef70fd0e63a46b5cb48e51008b90526799b951e2c7ad110b51169ace96faf1

Contents?: true

Size: 180 Bytes

Versions: 23

Compression:

Stored size: 180 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  class ShowPresenter < DocumentPresenter
    private

    def field_presenter_options
      { context: 'show' }
    end
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

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