tnantoka/blog

View on GitHub
app/views/comments/_comment.html.slim

Summary

Maintainability
Test Coverage
dt
  = identity_link(comment.identity)
  small.text-muted<
    = timeago(comment.updated_at)
dd
  = simple_format(comment.body)