X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dcb6eaa5012bf1eea607c61209bee18723769c24..c3b26754a231ec909506f2ff28af1af9f2e27f2b:/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("_"," ")}" } %>