2016-04-23 14:47:50 +08:00
|
|
|
.comment-diag
|
|
|
|
- comments.each do |comment|
|
|
|
|
.comment-wrapper
|
|
|
|
p.name
|
|
|
|
| #{comment.name}
|
|
|
|
| #{" • "}
|
|
|
|
span.created-at
|
|
|
|
| #{format_time(comment.created_at) }
|
2016-04-24 00:43:05 +08:00
|
|
|
= render partial: 'comments/comment_pre', locals: { comment: comment }
|