X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/13e4bacf309e86428e46385ed94e55915cdc4af2..ab92b051d6f09f1b3e670ecd39e8c96ed34570db:/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 771217ba7a..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', 'btntext' => 'Edit', 'btnplacement' => 'top', 'btnclass' => 'primary', 'data-rows' => 10 } %> + <%= 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 %>