2875: render template description as textile attribte in show recent page
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_recent.html.erb
index 4c92643ec266023fd4c98dd71cc8f2b738d3727b..65da910da763da8739ed9c158ba6e7f99f04e2a9 100644 (file)
@@ -49,7 +49,7 @@
         <%= render_editable_attribute ob, 'name' %>
       </td><td>
         <% if ob.respond_to?(:description) and ob.description %>
-          <%= ob.description %>
+          <%= render_attribute_as_textile(ob, "description", ob.description, false) %>
           <br />
         <% end %>
         <% ob.components.collect { |k,v| k.to_s }.each do |k| %>