From e21afc6636146067df6002d0cc8e325a0f6417e6 Mon Sep 17 00:00:00 2001 From: Sayed Date: Sat, 21 Mar 2015 14:18:28 +0200 Subject: [PATCH] order-of-comments-on-the-mobile-version-is-reversed #5804 --- app/views/shared/_post_stats.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_post_stats.mobile.haml b/app/views/shared/_post_stats.mobile.haml index ee68ee7ee..f4dd8390b 100644 --- a/app/views/shared/_post_stats.mobile.haml +++ b/app/views/shared/_post_stats.mobile.haml @@ -11,7 +11,7 @@ = @post.likes.size %ul.comments - = render partial: "comments/comment", collection: @post.comments, locals: {post: @post} + = render partial: "comments/comment", collection: @post.comments.for_a_stream, locals: {post: @post} %li.comment.add_comment_bottom_link_container = link_to "#", class: "show_comments bottom_collapse active" do