diff --git a/app/views/comments/index_by_post.html.erb b/app/views/comments/index_by_post.html.erb index e268fb45b..cde6df9ef 100644 --- a/app/views/comments/index_by_post.html.erb +++ b/app/views/comments/index_by_post.html.erb @@ -1,6 +1,11 @@
Before commenting, read the <%= link_to "how to comment guide", wiki_pages_path(:search => {:title => "howto:comment"}) %>.
+ <% end %> <%= render "comments/partials/index/list", :comments => @post.comments.visible(CurrentUser.user), :post => @post, :show_header => false %>