Feature #202 » textilize-document-description_r3084.patch
app/views/documents/_document.rhtml (working copy) | ||
---|---|---|
1 | 1 |
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br /> |
2 |
<% unless document.description.blank? %><%=h(truncate(document.description, :length => 250)) %><br /><% end %>
|
|
2 |
<% unless document.description.blank? %><%= textilizable(truncate(document.description, :length => 250)) %><br /><% end %>
|
|
3 | 3 |
<em><%= format_time(document.created_on) %></em></p> |