X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0c3c1a495e8048195151d30d831208a5c75e36f0..2f83fcd45b4b23db2bb5bb4afbe1e863ebd77ec6:/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 a829d8f274..d7483a6ab7 100644 --- a/apps/workbench/app/views/collections/show_file_links.html.erb +++ b/apps/workbench/app/views/collections/show_file_links.html.erb @@ -1,12 +1,16 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + - + <% coll_name = "Collection #{@object.uuid}" %> <% link_opts = {controller: 'collections', action: 'show_file', uuid: @object.uuid, reader_token: params[:reader_token]} %> - <%= coll_name %> / <%= Rails.configuration.site_name %> + <%= coll_name %> / <%= Rails.configuration.Workbench.SiteName %>