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