20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / app / views / projects / _index_projects.html.erb
index fa779d20648e7602e4e28fa04bcb1b8b172c437c..e726a46780f132ebcab8c300b71c08fc3f4b8c1b 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <div class="container-fluid arv-project-list">
   <% tree.each do |projectnode| %>
     <% rowtype = projectnode[:object].class %>
@@ -25,7 +29,7 @@
         <% end %>
       </div>
       <% if projectnode[:object].respond_to?(:description) and not projectnode[:object].description.blank? %>
-        <div class="col-md-8 small"><%= render_textile_attribute projectnode[:object], "description", true %></div>
+        <div class="col-md-8 small"><%= render_attribute_as_textile(projectnode[:object], "description", projectnode[:object].description, true) %></div>
       <% end %>
     </div>
   <% end %>