_document.rhtml
2 lines
| 258 B
| text/html+ruby
|
RhtmlLexer
|
r96 | <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> |