Module: Hyrax::BatchEditsHelper

Defined in:
app/helpers/hyrax/batch_edits_helper.rb

Overview

View Helpers for Hydra Batch Edit functionality

Instance Method Summary collapse

Instance Method Details

#batch_deleteObject

Displays the delete button for batch editing



8
9
10
# File 'app/helpers/hyrax/batch_edits_helper.rb', line 8

def batch_delete
  render 'hyrax/batch_edits/delete_selected'
end

#render_check_allObject

Displays a “check all” button with a dropdown that has “Select None” and “Select current page” actions



14
15
16
# File 'app/helpers/hyrax/batch_edits_helper.rb', line 14

def render_check_all
  render 'hyrax/batch_edits/check_all'
end