2007-03-12 20:59:02 +03:00
|
|
|
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
|
2009-02-21 14:04:50 +03:00
|
|
|
<% unless document.description.blank? %><%=h(truncate(document.description, :length => 250)) %><br /><% end %>
|
2009-11-26 23:12:20 +03:00
|
|
|
<em><%= format_time(document.updated_on) %></em></p>
|