Sha256: e71740892ae8b992a3448227d7c671fd056e8ec05cc1eba4335cafd5be796dfb
Contents?: true
Size: 392 Bytes
Versions: 64
Compression:
Stored size: 392 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
64 entries across 64 versions & 1 rubygems