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