Sha256: 12514dc00c167273e80754b16ee8518a8446f46083efb83538cdac7a88e51080
Contents?: true
Size: 424 Bytes
Versions: 7
Compression:
Stored size: 424 Bytes
Contents
# View Helpers for Hydra Batch Edit functionality module BatchEditsHelper # Displays the delete button for batch editing def batch_delete render '/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 return if params[:controller] == "my/collections" render 'batch_edits/check_all' end end
Version data entries
7 entries across 7 versions & 1 rubygems