This commit is contained in:
albert
2013-02-23 12:55:10 -05:00
parent c62b8ee46e
commit 09c5791309
4 changed files with 13 additions and 8 deletions

View File

@@ -53,7 +53,7 @@
</menu>
<section id="comments">
<%= render "comments/partials/index/list", :comments => @post.comments, :post => @post, :show_header => false %>
<%= render "comments/partials/index/list", :comments => @post.comments.visible(CurrentUser.user), :post => @post, :show_header => false %>
</section>
<section id="notes" style="display: none;">