]> source.dussan.org Git - redmine.git/commitdiff
Fixed: can not display attached images inline in message replies.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Mar 2008 22:35:04 +0000 (22:35 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Mar 2008 22:35:04 +0000 (22:35 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1308 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/messages/show.rhtml

index ef7db71ef897cbb7e2135dc0bff38f47d3da1405..251b7c7a5f340a56676cb5b592cf3da9d7247787 100644 (file)
@@ -26,7 +26,7 @@
   </div>
   <div class="message reply">
   <h4><%=h message.subject %> - <%= authoring message.created_on, message.author %></h4>
-  <div class="wiki"><%= textilizable message.content %></div>
+  <div class="wiki"><%= textilizable message, :content, :attachments => message.attachments %></div>
   <%= link_to_attachments message.attachments, :no_author => true %>
   </div>
 <% end %>