X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6e5079ff9a0349c57ab2cf06398413018a921cc0..64e387b2f4f0fe6c4c7bf16232706c7cf194caf0:/apps/workbench/app/views/container_requests/_show_recent_rows.html.erb diff --git a/apps/workbench/app/views/container_requests/_show_recent_rows.html.erb b/apps/workbench/app/views/container_requests/_show_recent_rows.html.erb index d11bf35c21..0212162fcc 100644 --- a/apps/workbench/app/views/container_requests/_show_recent_rows.html.erb +++ b/apps/workbench/app/views/container_requests/_show_recent_rows.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% containers = @objects.map(&:container_uuid).compact.uniq preload_objects_for_dataclass(Container, containers) if containers.any? @@ -20,7 +24,7 @@ <%= wu.state_label %> - <%= link_to_if_arvados_object obj, friendly_name: true %> + <%= link_to_if_arvados_object obj, friendly_name: true, link_text: if obj.name && !obj.name.empty? then obj.name else obj.uuid end %> <%= obj.description || '' %>