mkocher/whiteboard

View on GitHub
app/views/posts/_table.html.erb

Summary

Maintainability
Test Coverage
<table class='table-striped'>
  <% posts.each do |post| %>
    <tr><td><%= link_to post.title, show_or_edit_post_path(post) %></td></tr>
  <% end %>
</table>