X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da2803a65e696bf85883e82a0bda6ef81dda5429..1697fcdd746eb5a30127275e533c3d799aa9f681:/apps/workbench/app/views/collections/_show_recent.html.erb diff --git a/apps/workbench/app/views/collections/_show_recent.html.erb b/apps/workbench/app/views/collections/_show_recent.html.erb index a3b93d84e6..e0a12ffbf6 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -13,11 +13,13 @@ <% end %> +<%= render partial: "paging", locals: {results: @collections, object: @object} %> +
<%= form_tag do |f| %> - +
@@ -47,6 +49,8 @@ +<%= render partial: "paging", locals: {results: @collections, 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);