X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b917e8a2ebf8c51729ecde1d3cc3396d2fcf0034..b2d825bd6059d843b1ae1917ff22e4de3cfc4f5a:/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb b/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb index e8406dc1c7..bcf6b2813d 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_recent_rows.html.erb @@ -1,5 +1,9 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% @objects.sort_by { |ob| ob.created_at }.reverse.each do |ob| %> - + <%= check_box_tag 'uuids[]', ob.uuid, false, :class => 'persistent-selection' %>