X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/08b394b0df66374a75dab082ca858dda6e4beae3..1dcd10a37c3dd8166ddf06053d895d546f8ad3d4:/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 e2dcd891ad..037c0bf337 100644 --- a/apps/workbench/app/views/collections/_show_recent.html.erb +++ b/apps/workbench/app/views/collections/_show_recent.html.erb @@ -1,19 +1,18 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
@@ -22,7 +21,7 @@

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

@@ -54,7 +53,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() {