Sha256: 433f20cc5643a741394627e015fa7b88ccfb2d10a52bbc9eca9db1388fe4d3d7

Contents?: true

Size: 458 Bytes

Versions: 23

Compression:

Stored size: 458 Bytes

Contents

# frozen_string_literal: true

module Hyrax
  ##
  # View Helpers for Hydra Batch Edit functionality
  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

23 entries across 23 versions & 1 rubygems

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