summaryrefslogtreecommitdiffstats
path: root/app/views/documents/_document.rhtml
blob: 94a64ac805b6cfd785794415980e5331a809fb42 (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, :length => 250)) %><br /><% end %>
<em><%= format_time(document.updated_on) %></em></p>