Merge branch 'master' into 4638-ssh-notification
[arvados.git] / apps / workbench / app / views / projects / _index_projects.html.erb
index 50d38fea827c541e5c5bdb01e814edc43a09b692..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"><%= projectnode[:object].description %></div>
+        <div class="col-md-8 small"><%= render_attribute_as_textile(projectnode[:object], "description", projectnode[:object].description, true) %></div>
       <% end %>
     </div>
   <% end %>