X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a87fd176c3248699cbaaa45b815c8a34b3f5f11b..bf9803ee5afb33231da7900dddfdfac34b7056a6:/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' } %>