tap/app/views/products_list/listview.html.haml
2015-09-17 14:05:33 +02:00

17 lines
443 B
Plaintext

#products-errors
.row.products
.col-md-8.col-md-offset-2
%h1 Products
= render partial: 'flash'
= link_to "Add Stock", new_stock_path, class: "btn btn-default"
%table#products-table.table.table-striped
%tr
%th
%th Name
%th Price
%th Stock
%th Deleted
%th Kilocalorieën
%th
= render partial: 'products_list/product_row', collection: @products, as: :product