Attachments can be displayed inline in Documents
git-svn-id: http://redmine.rubyforge.org/svn/trunk@552 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
515caa8f37
commit
b2d4666bf1
|
@ -7,7 +7,7 @@
|
|||
|
||||
<p><em><%= @document.category.name %><br />
|
||||
<%= format_date @document.created_on %></em></p>
|
||||
<%= textilizable @document.description %>
|
||||
<%= textilizable @document.description, :attachments => @document.attachments %>
|
||||
<br />
|
||||
|
||||
<h3><%= l(:label_attachment_plural) %></h3>
|
||||
|
|
Loading…
Reference in New Issue