mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-29 20:21:11 +00: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:
parent
7467c145c0
commit
4e979d3073
@ -42,7 +42,9 @@
|
|||||||
:class => 'icon-only icon-del' %>
|
:class => 'icon-only icon-del' %>
|
||||||
</div>
|
</div>
|
||||||
<h4><%= avatar(comment.author, :size => "24") %><%= authoring comment.created_on, comment.author %></h4>
|
<h4><%= avatar(comment.author, :size => "24") %><%= authoring comment.created_on, comment.author %></h4>
|
||||||
|
<div class="wiki">
|
||||||
<%= textilizable(comment.comments) %>
|
<%= textilizable(comment.comments) %>
|
||||||
|
</div>
|
||||||
<% end if @comments.any? %>
|
<% end if @comments.any? %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user