From 4945bd3e266e4fd5f0c01c37b9381df138885814 Mon Sep 17 00:00:00 2001 From: Felix Gliesche Date: Fri, 8 Jan 2016 14:24:18 +0100 Subject: [PATCH] Add missing wiki container for blog comments --- app/views/news/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index c188d2e..646926e 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -40,7 +40,9 @@ :data => {:confirm => l(:text_are_you_sure)}, :method => :delete, :title => l(:button_delete) %>

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

+
<%= textilizable(comment.comments) %> +
<% end if @comments.any? %> -- 1.9.3 (Apple Git-50)