diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-20 08:53:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-20 08:53:11 +0000 |
commit | 4e979d307366fbfce4d7236dd78163c951f773b9 (patch) | |
tree | 69d1f0634cbefca7ad632e2d31e439d70aacc5d9 /app/views/news | |
parent | 7467c145c03c07f42c844d52956fa708bb7d05ee (diff) | |
download | redmine-4e979d307366fbfce4d7236dd78163c951f773b9.tar.gz redmine-4e979d307366fbfce4d7236dd78163c951f773b9.zip |
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
Diffstat (limited to 'app/views/news')
-rw-r--r-- | app/views/news/show.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index 008a07567..039096485 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -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> |