Sha256: 27c050d7112efcdd3084136e3d1a9c15d45b1ffd769a5f05a9d24a13a978cd08

Contents?: true

Size: 420 Bytes

Versions: 20

Compression:

Stored size: 420 Bytes

Contents

# View Helpers for Hydra Batch Edit functionality
module Hyrax
  module BatchEditsHelper
    # Displays the delete button for batch editing
    def batch_delete
      render 'hyrax/batch_edits/delete_selected'
    end

    # Displays a "check all" button with a dropdown that has "Select None"
    # and "Select current page" actions
    def render_check_all
      render 'hyrax/batch_edits/check_all'
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.9.5 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.9.4 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.9.3 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.9.2 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.9.1 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.9.0 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.8.0 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.7.2 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.7.1 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.7.0 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.6.0 app/helpers/hyrax/batch_edits_helper.rb
hyrax-3.0.0.pre.rc1 app/helpers/hyrax/batch_edits_helper.rb
hyrax-3.0.0.pre.beta3 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.5.1 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.5.0 app/helpers/hyrax/batch_edits_helper.rb
hyrax-3.0.0.pre.beta2 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.4.1 app/helpers/hyrax/batch_edits_helper.rb
hyrax-3.0.0.pre.beta1 app/helpers/hyrax/batch_edits_helper.rb
hyrax-2.4.0 app/helpers/hyrax/batch_edits_helper.rb