Project

General

Profile

Patch #21678 ยป 0001-Add-missing-wiki-container-for-blog-comments.patch

Felix Gliesche, 2016-01-08 14:26

View differences:

app/views/news/show.html.erb
40 40
                                                       :data => {:confirm => l(:text_are_you_sure)}, :method => :delete, :title => l(:button_delete) %>
41 41
    </div>
42 42
    <h4><%= avatar(comment.author, :size => "24") %><%= authoring comment.created_on, comment.author %></h4>
43
    <div class="wiki">
43 44
    <%= textilizable(comment.comments) %>
45
    </div>
44 46
<% end if @comments.any? %>
45 47
</div>
46 48

  
    (1-1/1)