Semaphore/public/html/projects/inventory.jade
Matej Kramny 2e1ad91e7a Running tasks
- Link models with tables
- Basic API to fetch everything
2016-04-07 13:49:34 +01:00

5 lines
101 B
Plaintext

h3 Inventory
table.table
tbody: tr(ng-repeat="inv in inventory")
td {{ inv.id }} - {{ inv.type }}