Sha256: b181e0d4e39006e10d53fe54ac4950c192fab25e1bdf0c485b00ef8660fc1068
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
%table.pure-table %thead %tr %th Product name %th Product ID %th Supplier -#%th -# Last Stock %tbody - products.each do |product| %tr %td = product_link product %td= product.product_id %td= product.supplier.try(:name) -#%td -# %a(href="") Show modal
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rawbotz-0.1.2 | lib/rawbotz/views/products/table.haml |