Index: app/views/documents/_document.rhtml =================================================================== --- app/views/documents/_document.rhtml (revision 3084) +++ app/views/documents/_document.rhtml (working copy) @@ -1,3 +1,3 @@

<%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %>
-<% unless document.description.blank? %><%=h(truncate(document.description, :length => 250)) %>
<% end %> +<% unless document.description.blank? %><%= textilizable(truncate(document.description, :length => 250)) %>
<% end %> <%= format_time(document.created_on) %>

\ No newline at end of file