X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a942e37250873d383bd885ba0dba70c63b3c073d..56b3e82324aea74cee083d3831c89eb7b553fb9c:/apps/workbench/app/views/projects/_index_projects.html.erb diff --git a/apps/workbench/app/views/projects/_index_projects.html.erb b/apps/workbench/app/views/projects/_index_projects.html.erb index 50d38fea82..bf92f3472e 100644 --- a/apps/workbench/app/views/projects/_index_projects.html.erb +++ b/apps/workbench/app/views/projects/_index_projects.html.erb @@ -25,7 +25,7 @@ <% end %> <% if projectnode[:object].respond_to?(:description) and not projectnode[:object].description.blank? %> -
<%= projectnode[:object].description %>
+
<%= render_attribute_as_textile(projectnode[:object], "description", projectnode[:object].description, true) %>
<% end %> <% end %>