X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1f1963df75f584d575fd440206e3ac64064cf06c..8deda2012ea7e25610f2cbd0a271e131d9364503:/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 c958b290e8..6ebb3b2a28 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -17,7 +17,7 @@

-<%= render partial: "paging", locals: {results: @collections, object: @object} %> +<%= render partial: "paging", locals: {results: @objects, object: @object} %>

@@ -49,7 +49,7 @@
-<%= render partial: "paging", locals: {results: @collections, object: @object} %> +<%= render partial: "paging", locals: {results: @objects, object: @object} %> <% content_for :footer_js do %> $(document).on('click', 'form[data-remote] input[type=submit]', function() {