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:
Jonne Haß 2015-03-21 15:44:32 +01:00
commit 9f058b19a1

View file

@ -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