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