X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aea4b0cd7553dfb27c3e6c448fcad349284d6cf4..a6d5c9b5a512e7c4b04e7f73fe2777bd81277602:/apps/workbench/app/views/collections/show_file_links.html.erb diff --git a/apps/workbench/app/views/collections/show_file_links.html.erb b/apps/workbench/app/views/collections/show_file_links.html.erb index 042e4ff71f..8a2ce6b826 100644 --- a/apps/workbench/app/views/collections/show_file_links.html.erb +++ b/apps/workbench/app/views/collections/show_file_links.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% coll_name = "Collection #{@object.uuid}" %> @@ -44,10 +48,11 @@ the entire collection with wget, try:

File Listing

-<% if @object.andand.files_tree.andand.any? %> +<% file_tree = @object.andand.files_tree %> +<% if file_tree.andand.any? %>