Index: app/views/documents/_document.rhtml =================================================================== --- app/views/documents/_document.rhtml (revision 4351) +++ 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, 250)) %>
<% end %> -<%= format_time(document.created_on) %>

\ No newline at end of file +<% unless document.description.blank? %><%= textilizable(truncate(document.description, 250), :project => document.project) %>
<% end %> +<%= format_time(document.created_on) %>