2007-03-12 20:59:02 +03:00
|
|
|
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
|
2007-09-17 20:52:39 +04:00
|
|
|
<% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %>
|
2006-12-17 11:10:18 +03:00
|
|
|
<em><%= format_time(document.created_on) %></em></p>
|