tap/app/views/products/index.html.erb
2014-12-09 14:39:27 +01:00

8 lines
111 B
Plaintext

<h1>All products</h1>
<div class="row">
<div class="col-md-12">
<%= render @products %>
</div>
</div>