HeavyTechRuby/history

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

Summary

Maintainability
Test Coverage
<div class='comments'>
  <h3>
    <%= t(".comments_list") %>
  </h3>
  <ul class="list-group">
    <%= render @comments %>
  </ul>
</div>