##// END OF EJS Templates
Add missing wiki container for news comments (#21678)....
Jean-Philippe Lang -
r14687:4e979d307366
parent child
Show More
@@ -42,7 +42,9
42 :class => 'icon-only icon-del' %>
42 :class => 'icon-only icon-del' %>
43 </div>
43 </div>
44 <h4><%= avatar(comment.author, :size => "24") %><%= authoring comment.created_on, comment.author %></h4>
44 <h4><%= avatar(comment.author, :size => "24") %><%= authoring comment.created_on, comment.author %></h4>
45 <div class="wiki">
45 <%= textilizable(comment.comments) %>
46 <%= textilizable(comment.comments) %>
47 </div>
46 <% end if @comments.any? %>
48 <% end if @comments.any? %>
47 </div>
49 </div>
48
50
General Comments 0
You need to be logged in to leave comments. Login now