X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1b3750c9ffbec7a76b374023188c5c13882dc651..685f9cb6a771db0d25f000e5bf8616ba1832a218:/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 de012c7bc9..042e4ff71f 100644 --- a/apps/workbench/app/views/collections/show_file_links.html.erb +++ b/apps/workbench/app/views/collections/show_file_links.html.erb @@ -1,6 +1,6 @@ -<% coll_name = (@object.name =~ /\S/) ? @object.name : "Collection #{@object.uuid}" %> +<% coll_name = "Collection #{@object.uuid}" %> <% link_opts = {controller: 'collections', action: 'show_file', uuid: @object.uuid, reader_token: params[:reader_token]} %> @@ -38,7 +38,8 @@ 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

@@ -58,9 +59,7 @@ the entire collection with wget, try: