paulfioravanti/sample_app

View on GitHub
app/views/shared/_feed.html.haml

Summary

Maintainability
Test Coverage
- if feed_items.any?
  %ol.microposts
    = render partial: 'shared/feed_item', collection: feed_items
  = will_paginate feed_items