X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2e5f6787e7b37a47247035803fba41354cbdabdd..1012f12d29be01b56f2bbbe2e9bd5969d69f7b89:/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 00a5592613..52d2e87fc7 100644 --- a/apps/workbench/app/views/containers/_show_status.html.erb +++ b/apps/workbench/app/views/containers/_show_status.html.erb @@ -1,4 +1,8 @@ -<%= render(partial: 'work_unit/show_status', locals: {current_obj: @object, name: @object[:name] || 'this container'}) %> +<%# 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'}) %>