HeavyTechRuby/history

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

Summary

Maintainability
Test Coverage
<li class="list-group-item", id=<%= dom_id comment %>>
  <small class="text-body-secondary">
    <small class="fst-italic"><%= localized_time(comment.created_at) %> -</small> 
    <small class="fs-6"><%= comment.body %></small>
  </small>
</li>