X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6f1c0e1dd16f53ce4fb7e8785a130e5f588500e5..5e9787f914dd1a2f762ae7a653fe8dda36f8f555:/apps/workbench/app/views/container_requests/_show_status.html.erb diff --git a/apps/workbench/app/views/container_requests/_show_status.html.erb b/apps/workbench/app/views/container_requests/_show_status.html.erb index d6d8c67ecc..49dfdcd189 100644 --- a/apps/workbench/app/views/container_requests/_show_status.html.erb +++ b/apps/workbench/app/views/container_requests/_show_status.html.erb @@ -1 +1,5 @@ -<%= 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'}) %>