2015-08-06 16:31:08 -04:00
|
|
|
- content_for(:title, link_to(@user.username, @user))
|
2015-08-06 15:10:31 -04:00
|
|
|
|
|
|
|
.comments.contents
|
|
|
|
- @comments.each do |comment|
|
|
|
|
== render 'comments/comment', subcreddit: comment.post.subcreddit, post: comment.post, comment: comment
|