openaustralia/planningalerts

View on GitHub
app/views/comments/_meta_sentence.html.haml

Summary

Maintainability
Test Coverage
- if comment.visible?
  %span.comment-author= comment.name

%span.comment-time-block
  commented
  = link_to comment_path(comment), title: "View comment" do
    %time.comment-time{ datetime: comment.published_at.strftime("%F") }
      #{time_ago_in_words(comment.published_at)} ago