##// END OF EJS Templates
Fixed: can not display attached images inline in message replies....
Jean-Philippe Lang -
r1293:1b8c5d40589d
parent child
Show More
@@ -26,7 +26,7
26 26 </div>
27 27 <div class="message reply">
28 28 <h4><%=h message.subject %> - <%= authoring message.created_on, message.author %></h4>
29 <div class="wiki"><%= textilizable message.content %></div>
29 <div class="wiki"><%= textilizable message, :content, :attachments => message.attachments %></div>
30 30 <%= link_to_attachments message.attachments, :no_author => true %>
31 31 </div>
32 32 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now