sausage-sandwich/ruby_sandwich

View on GitHub
apps/web/templates/recipes/index.html.slim

Summary

Maintainability
Test Coverage
- recipes.to_a.each_slice(4) do |group|
  .row
    - group.each do |recipe|
      .col-lg-3
        = render partial: 'shared/recipes/small_card', locals: { recipe: recipe }