Commit b2d4666b authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Attachments can be displayed inline in Documents

git-svn-id: http://redmine.rubyforge.org/svn/trunk@552 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 515caa8f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment