@@ -1,3 +1,3 | |||||
1 | <p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br /> |
|
1 | <p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br /> | |
2 |
<% unless document.description. |
|
2 | <% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %> | |
3 | <em><%= format_time(document.created_on) %></em></p> No newline at end of file |
|
3 | <em><%= format_time(document.created_on) %></em></p> |
General Comments 0
You need to be logged in to leave comments.
Login now