Add missing wiki container for news comments (#21678).

Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@15069 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-01-20 08:53:11 +00:00
parent 7467c145c0
commit 4e979d3073

View File

@@ -42,7 +42,9 @@
:class => 'icon-only icon-del' %>
</div>
<h4><%= avatar(comment.author, :size => "24") %><%= authoring comment.created_on, comment.author %></h4>
<div class="wiki">
<%= textilizable(comment.comments) %>
</div>
<% end if @comments.any? %>
</div>