fix for comment/show

This commit is contained in:
albert
2011-10-26 18:43:56 -04:00
parent 20639a001e
commit 2d7ebc8810

View File

@@ -0,0 +1,11 @@
<div id="c-comments">
<div id="a-show">
<div class="comments-for-post">
<div class="list-of-comments">
<%= render "comments/partials/show/comment", :post => @comment.post, :comment => @comment, :show_header => false %>
</div>
</div>
</div>
</div>
<%= render "secondary_links" %>