##// END OF EJS Templates
Pass the topic objet to #textilizable (#10275)....
Jean-Philippe Lang -
r8829:3762a92a3537
parent child
Show More
@@ -27,7 +27,7
27 <div class="message">
27 <div class="message">
28 <p><span class="author"><%= authoring @topic.created_on, @topic.author %></span></p>
28 <p><span class="author"><%= authoring @topic.created_on, @topic.author %></span></p>
29 <div class="wiki">
29 <div class="wiki">
30 <%= textilizable(@topic.content, :attachments => @topic.attachments) %>
30 <%= textilizable(@topic, :content) %>
31 </div>
31 </div>
32 <%= link_to_attachments @topic, :author => false %>
32 <%= link_to_attachments @topic, :author => false %>
33 </div>
33 </div>
General Comments 0
You need to be logged in to leave comments. Login now