ujh/fountainpencompanion

View on GitHub
app/views/descriptions/_missing_brands_table.html.slim

Summary

Maintainability
Test Coverage
table class="fpc-review-table table table-striped"
  tr
    th Brand
  - missing_brands.each do |brand_cluster|
    tr
      td= link_to brand_cluster.name, brand_path(brand_cluster)

= paginate missing_brands, param_name: :brands_page