##// END OF EJS Templates
Fixed: error on document list with a document without description....
Jean-Philippe Lang -
r729:f23daffd7dde
parent child
Show More
@@ -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.empty? %><%=h(truncate(document.description, 250)) %><br /><% end %>
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