##// END OF EJS Templates
Merged r7919 from trunk (#9448)....
Jean-Philippe Lang -
r7995:535b5ccf2b82
parent child
Show More
@@ -2,5 +2,5
2 2 <p><em><%= format_time(document.updated_on) %></em></p>
3 3
4 4 <div class="wiki">
5 <%= textilizable(truncate_lines(document.description)) %>
5 <%= textilizable(truncate_lines(document.description), :object => document) %>
6 6 </div>
General Comments 0
You need to be logged in to leave comments. Login now