diff --git a/app/views/comments/index_by_post.html.erb b/app/views/comments/index_by_post.html.erb
index 31017ce93..42c422107 100644
--- a/app/views/comments/index_by_post.html.erb
+++ b/app/views/comments/index_by_post.html.erb
@@ -11,7 +11,7 @@
<%= link_to(image_tag(post.preview_file_url), post_path(post)) %>
- <%= render "comments/partials/index/list", :post => post, :comments => post.comments.recent.reverse, :show_header => true %>
+ <%= render "comments/partials/index/list", :post => post, :comments => post.comments.recent, :show_header => true %>
<% end %>