Sha256: 7df8bd6ca717fc4e16a0f11baf17b3022a7b811958e393f86871cd0874439b97

Contents?: true

Size: 359 Bytes

Versions: 37

Compression:

Stored size: 359 Bytes

Contents

  <%# this includes the fields in a form necissary for manipulating a single item in a collection %>
  <%# form - form these fields will reside in %>
  <%# action - collection action: add or remove %>
  <%# document - current document %>
  <%= form.hidden_field :members, :value => action %>
  <%= hidden_field :batch_document_ids, '', {value:document.id} %>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
hydra-collections-8.2.0 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-8.1.1 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-8.1.0 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-8.0.0 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-7.0.0 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-5.0.4 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-6.0.0 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-6.0.0.rc2 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-6.0.0.rc1 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-5.0.3 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-6.0.0.alpha app/views/collections/_single_item_action_fields.html.erb
hydra-collections-5.0.2 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-5.0.1 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-5.0.0 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-4.0.0 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-4.0.0.rc3 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-4.0.0.rc2 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-4.0.0.rc1 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-4.0.0.beta4 app/views/collections/_single_item_action_fields.html.erb
hydra-collections-4.0.0.beta3 app/views/collections/_single_item_action_fields.html.erb