X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dcb6eaa5012bf1eea607c61209bee18723769c24..53e8fa61ae4275ac3c7c72f658553aea4c40fd13:/apps/workbench/app/views/application/_object_description.html.erb diff --git a/apps/workbench/app/views/application/_object_description.html.erb b/apps/workbench/app/views/application/_object_description.html.erb index 726094074b..1dbc11d138 100644 --- a/apps/workbench/app/views/application/_object_description.html.erb +++ b/apps/workbench/app/views/application/_object_description.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if @object.respond_to? :description %>
<%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %>