fix comment ordering

This commit is contained in:
albert
2011-09-14 18:15:33 -04:00
parent e38bc14411
commit dc7fc15755

View File

@@ -50,7 +50,7 @@
</menu>
<section id="comments">
<%= render "comments/partials/index/list", :comments => @post.comments.reverse, :post => @post, :show_header => false %>
<%= render "comments/partials/index/list", :comments => @post.comments, :post => @post, :show_header => false %>
</section>
<section id="notes">