blob: ddfdb9eecc14ab4e5e5192899d62b46025969bda (
plain)
1
2
3
|
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
<% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %>
<em><%= format_time(document.created_on) %></em></p>
|