<%= render partial: "paging", locals: {results: @objects, object: @object} %>
<%= form_tag do |f| %>
|
uuid |
contents |
created at |
tags |
<%= render partial: 'index_tbody' %>
<% end %>
<%= render partial: "paging", locals: {results: @objects, object: @object} %>
<% content_for :footer_js do %>
$(document).on('click', 'form[data-remote] input[type=submit]', function() {
$('table#collections-index tbody').fadeTo(200, 0.3);
return true;
});
<% end %>