X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e881778afbede03d32b842334113cba198052cfb..44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39:/apps/workbench/app/views/collections/show_file_links.html.erb?ds=sidebyside 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 78d75b1f79..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}" %> @@ -38,15 +42,17 @@ Arvados. You can download individual files listed below. To download the entire collection with wget, try:

$ wget --mirror --no-parent --no-host --cut-dirs=3 <%=
-         url_for(link_opts.merge(action: 'show_file_links', only_path: false))
+         url_for(link_opts.merge(action: 'show_file_links', only_path: false,
+                                 trailing_slash: true))
        %>

File Listing

-<% if @object.andand.files_tree.andand.any? %> +<% file_tree = @object.andand.files_tree %> +<% if file_tree.andand.any? %> @@ -58,9 +64,7 @@ the entire collection with wget, try: