X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/31baddea7535d8ba6ca812086264b71efdccbc29..296aa66f8770b18dcc1ea6b82cacd7c0c047922b:/apps/workbench/app/views/work_units/_show_log_link.html.erb diff --git a/apps/workbench/app/views/work_units/_show_log_link.html.erb b/apps/workbench/app/views/work_units/_show_log_link.html.erb index a54ab32d5c..a563a13687 100644 --- a/apps/workbench/app/views/work_units/_show_log_link.html.erb +++ b/apps/workbench/app/views/work_units/_show_log_link.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if wu.state_label.in? ["Complete", "Failed", "Cancelled"] %> <% lc = wu.log_collection %> <% if lc and object_readable(lc, Collection) and object_readable(wu.uuid) %>