Semaphore/public/html/projects/inventory/list.jade
2016-04-11 17:54:35 +01:00

14 lines
397 B
Plaintext

h3 Inventory
button.btn.btn-default.btn-xs.pull-right(ng-click="add()") Create Inventory
table.table
thead: tr
th Name
th Type
th  
th  
tbody: tr(ng-repeat="inv in inventory")
td {{ inv.name }}
td {{ inv.type }}
td: button.btn.btn-default.btn-xs(ng-click="editInventory(inv)") edit inventory
td: button.btn.btn-danger.btn-xs.pull-right(ng-click="remove(inv)") delete