Sha256: 4bea3e5fb6658012edae9b4e1ef59b51f4e7e82800f85b313d786f1c3fb5ecba
Contents?: true
Size: 394 Bytes
Versions: 12
Compression:
Stored size: 394 Bytes
Contents
<%# button for removing a batch from a collection %> <%# collection -- collection to be updated %> <%# label -- button label %> <%= form_for collection, url: hyrax.dashboard_collection_path(collection.id), method: :put do |f| %> <%= f.hidden_field :members, :value => "remove" %> <%= f.submit label, :class => "btn btn-primary collection-remove-selected submits-batches" %> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems