X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/91dc5f1d7f5ad9eb2640f6089e2d0476cbf87c8e..dccac1099d26fb9d40bf8ace962702a4e9ab1c40:/apps/workbench/app/views/work_units/_show_log_link.html.erb?ds=sidebyside 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) %>