X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7024cc159936593350aaf7939d700102f6510787..f6f07b1856fc0aa32cdf1f96d5bdeb12e9e314ef:/apps/workbench/app/views/collections/_show_recent.html.erb?ds=inline diff --git a/apps/workbench/app/views/collections/_show_recent.html.erb b/apps/workbench/app/views/collections/_show_recent.html.erb index 125f413a9d..a4ab51c159 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -13,33 +13,42 @@ <% end %> +<%= render partial: "paging", locals: {results: @collections, object: @object} %> +
- +<%= form_tag do |f| %> + +
+ - - - - - + + + + + - - + <%= render partial: 'index_tbody' %>
uuid contentsowner agetags storagetags
+ +<% end %> +
+<%= 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);