tap/app/views/products/_product_row.html.erb
2015-02-19 15:41:12 +01:00

4 lines
68 B
Plaintext

<ul>
<li><%=(pluralize(product.count, product.name)) %></li>
</ul>