X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/91dc5f1d7f5ad9eb2640f6089e2d0476cbf87c8e..1416b0952adc0bfee85e15d9c86a51c32fcfd003:/apps/workbench/app/views/application/_object_name.html.erb diff --git a/apps/workbench/app/views/application/_object_name.html.erb b/apps/workbench/app/views/application/_object_name.html.erb index b303853369..2bb456c6e1 100644 --- a/apps/workbench/app/views/application/_object_name.html.erb +++ b/apps/workbench/app/views/application/_object_name.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if @object.respond_to? :name %>

<%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => "New #{controller.model_class.to_s.underscore.gsub("_"," ")}" } %>