5 lines
214 B
Text
5 lines
214 B
Text
- content_for(:title, link_to(@user.username, @user))
|
|
|
|
.comments.contents
|
|
- @comments.each do |comment|
|
|
== render 'comments/comment', subcreddit: comment.post.subcreddit, post: comment.post, comment: comment
|