1
0
Fork 0
creddit/app/views/users/show.html.slim

6 lines
181 B
Plaintext

h1 #{@user.username}
.comments.contents
- @comments.each do |comment|
== render 'comments/comment', subcreddit: comment.post.subcreddit, post: comment.post, comment: comment