X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/303424c3f3ed01f65c9f880ff1ff32bc7a46621b..10176dd693120301ccc9695310c6ecbd7714cf79:/apps/workbench/app/views/work_units/_show_status.html.erb diff --git a/apps/workbench/app/views/work_units/_show_status.html.erb b/apps/workbench/app/views/work_units/_show_status.html.erb index b80d50dba2..b726f3b6b1 100644 --- a/apps/workbench/app/views/work_units/_show_status.html.erb +++ b/apps/workbench/app/views/work_units/_show_status.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% container_uuid = if @object.is_a?(Container) then @object.uuid elsif @object.is_a?(ContainerRequest) then @object.container_uuid end if container_uuid