Sha256: 31f63cd81cf26fa7b4ed6782381f7b374f64fbb842d6d25edbf9171b84b44f7d
Contents?: true
Size: 390 Bytes
Versions: 32
Compression:
Stored size: 390 Bytes
Contents
<%# button for removing a batch from a collection %> <%# collection -- collection to be updated %> <%# label -- button label %> <%= form_for collection, url:collections.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
32 entries across 32 versions & 1 rubygems