mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 06:53:08 +01:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user