X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/570509ab4d2ef93d870fd2b1f2eab178afb1bad9..dccac1099d26fb9d40bf8ace962702a4e9ab1c40:/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) %>