Merge branch '14884-unicode-name-support'
[arvados.git] / apps / workbench / app / views / containers / _show_log.html.erb
index 4126f12a5dfea67238966cf7112cfc85a98cdf3b..ec529aabd20434a02ffe01cef7c420f1a1764011 100644 (file)
@@ -1 +1,5 @@
-<%= render(partial: 'work_unit/show_log', locals: {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_log', locals: {obj: @object, name: @object[:name] || 'this container'}) %>