Revert "blog comment improvements"

This reverts commit 320cfa56f9.
This commit is contained in:
jomo
2015-04-02 10:30:15 +02:00
parent 11efebc316
commit 40bdcaf16b
2 changed files with 1 additions and 13 deletions

View File

@@ -20,7 +20,7 @@
</div>
</div>
<div id="comments">
<h3><%= "#{pluralize(@comments.size, 'comment')}." %></h3>
<h3><%= "#{pluralize(@post.comments.size, 'comment')}." %></h3>
<% @comments.each do |c| %>
<%= render "comments/comment", c: c %>
<% end %>