Merge pull request #5805 from visualsayed/5804-order-of-comments-on-the-mobile-version-is-reversed
order-of-comments-on-the-mobile-version-is-reversed #5804
This commit is contained in:
commit
9f058b19a1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
= @post.likes.size
|
= @post.likes.size
|
||||||
|
|
||||||
%ul.comments
|
%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
|
%li.comment.add_comment_bottom_link_container
|
||||||
= link_to "#", class: "show_comments bottom_collapse active" do
|
= link_to "#", class: "show_comments bottom_collapse active" do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue