tnantoka/blog

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

Summary

Maintainability
Test Coverage
- @comments.each do |comment|
  h2.list-title 
    = link_to comment.post.title, comment.post
    small
      =< identity_link(comment.identity)
      =< timeago(comment.updated_at)

= paginate @comments