From 4e979d307366fbfce4d7236dd78163c951f773b9 2016-01-20 08:53:11 From: Jean-Philippe Lang Date: 2016-01-20 08:53:11 Subject: [PATCH] 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 --- diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index 008a075..0390964 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -42,7 +42,9 @@ :class => 'icon-only icon-del' %>

<%= avatar(comment.author, :size => "24") %><%= authoring comment.created_on, comment.author %>

+
<%= textilizable(comment.comments) %> +
<% end if @comments.any? %>