X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/085876306dd42d59d97b251e135e6cd157af4216..370df5a95b6b143885fa4d96be90c51f25f8ad14:/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..a829d8f274 100644 --- a/apps/workbench/app/views/collections/show_file_links.html.erb +++ b/apps/workbench/app/views/collections/show_file_links.html.erb @@ -44,10 +44,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? %>