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