3339: some refactoring of the render textile impl. improve the test that verifies...
[arvados.git] / apps / workbench / app / views / projects / _index_projects.html.erb
index fa779d20648e7602e4e28fa04bcb1b8b172c437c..bf92f3472eea73e3158b9ea4d2ecff5400992048 100644 (file)
@@ -25,7 +25,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 %>