X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/436d545670d3637dcd96b429e538b995ee98a49b..bbacca53ce2e9eabe3c8e02cee8d3650864bd3f1:/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 78d75b1f79..a829d8f274 100644 --- a/apps/workbench/app/views/collections/show_file_links.html.erb +++ b/apps/workbench/app/views/collections/show_file_links.html.erb @@ -38,15 +38,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 +60,7 @@ the entire collection with wget, try: