Sha256: 561ab572b6f533f91fa32a26f1f8fdd5f570e59ce99db37a9a4142d18b841f0a
Contents?: true
Size: 378 Bytes
Versions: 64
Compression:
Stored size: 378 Bytes
Contents
<%# button for removing a batch from a collection %> <%# collection -- collection to be updated %> <%# label -- button label %> <%= form_for collection, url: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 & 3 rubygems