From dc7fc1575559572c2ab504c034a87ea5ef8aa5b0 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 14 Sep 2011 18:15:33 -0400 Subject: [PATCH] fix comment ordering --- app/views/posts/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index ff3dfb498..d7a810449 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -50,7 +50,7 @@
- <%= 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 %>