Module: Curate::CollectionsHelper

Included in:
Worthwhile::MainAppHelpers
Defined in:
app/helpers/curate/collections_helper.rb

Overview

View Helpers for Hydra Collections functionality

Instance Method Summary collapse

Instance Method Details

#button_for_remove_item_from_collection(document, collection, label = 'Remove From Collection') ⇒ Object



4
5
6
7
8
# File 'app/helpers/curate/collections_helper.rb', line 4

def button_for_remove_item_from_collection(document, collection, label = 'Remove From Collection')
  render partial: '/curate/collections/button_remove_from_collection', locals: {
    collection: collection, label: label, document: document
  }
end