X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ed794e2803ef9812dbc7ae938a8e17b3b9714c1..023858a629bedfccdb5d17602643aaaa0a223e1a:/apps/workbench/app/views/containers/_show_status.html.erb diff --git a/apps/workbench/app/views/containers/_show_status.html.erb b/apps/workbench/app/views/containers/_show_status.html.erb index b6a2371934..52d2e87fc7 100644 --- a/apps/workbench/app/views/containers/_show_status.html.erb +++ b/apps/workbench/app/views/containers/_show_status.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= render(partial: 'work_units/show_status', locals: {current_obj: @object, name: @object[:name] || 'this container'}) %>