_document.rhtml
2 lines
| 258 B
| text/html+ruby
|
RhtmlLexer
|
r330 | <p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br /> | |
|
r729 | <% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %> | |
|
r96 | <em><%= format_time(document.created_on) %></em></p> |