X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dffa580d39b977746f6950b835b78b949a862c9d..1012f12d29be01b56f2bbbe2e9bd5969d69f7b89:/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 9d61a6a2d9..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,36 +1,86 @@ +<%# 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]} %> - <% if content_for? :page_title %> - <%= yield :page_title %> / <%= Rails.configuration.site_name %> - <% else %> - <%= Rails.configuration.site_name %> - <% end %> + <%= coll_name %> / <%= Rails.configuration.site_name %> + -<% content_for :page_title do %> - <%= (@object.respond_to?(:properties) ? @object.properties[:page_title] : nil) || - @object.friendly_link_name %> -<% end %> -<% if @object.andand.files.andand.any? %> - <% link_opts = {controller: 'collections', action: 'show_file', - uuid: @object.uuid, reader_token: params[:reader_token]} %> - " }.join("")) %> <% else %>

No files in this collection.

<% end %> + + +