##// END OF EJS Templates
Attachments can be displayed inline in Documents...
Jean-Philippe Lang -
r549:b2d4666bf1f7
parent child
Show More
@@ -7,7 +7,7
7 7
8 8 <p><em><%= @document.category.name %><br />
9 9 <%= format_date @document.created_on %></em></p>
10 <%= textilizable @document.description %>
10 <%= textilizable @document.description, :attachments => @document.attachments %>
11 11 <br />
12 12
13 13 <h3><%= l(:label_attachment_plural) %></h3>
General Comments 0
You need to be logged in to leave comments. Login now