X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ccf75b956a181b3867b0a3ce819607033a6775d0..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 125f413a9d..e0a12ffbf6 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -13,33 +13,44 @@ <% end %> +<%= render partial: "paging", locals: {results: @collections, object: @object} %> +
- +<%= form_tag do |f| %> + +
+ - + - + + - + <%= render partial: 'index_tbody' %>
uuid contents owner 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);