X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bd2023d19080f6f1b88a3ca94b7d7efc49ac0ef0..1012f12d29be01b56f2bbbe2e9bd5969d69f7b89:/apps/workbench/app/views/projects/_show_description.html.erb diff --git a/apps/workbench/app/views/projects/_show_description.html.erb b/apps/workbench/app/views/projects/_show_description.html.erb index a7795652d0..40780f7bd7 100644 --- a/apps/workbench/app/views/projects/_show_description.html.erb +++ b/apps/workbench/app/views/projects/_show_description.html.erb @@ -1,5 +1,9 @@ +<%# 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', 'data-mode' => 'inline', 'data-rows' => 10, 'data-btntext' => 'Edit', 'data-btnclass' => 'primary', btnplacement: :top }, { btntext: 'Edit', btnclass: 'primary', btnplacement: :top } %> + <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual', 'data-mode' => 'inline', 'data-rows' => 10 }, { btntext: 'Edit', btnclass: 'primary', btnplacement: :top } %>
<% end %>