X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8a84fd1883edc4afe7aadde46954048668dbf416..fed9f70cdc99a3bc94a54bf1d182b13204a597be:/apps/workbench/app/views/application/_object_name.html.erb?ds=sidebyside 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("_"," ")}" } %>