Semaphore/public/html/projects/inventory/list.jade

14 lines
388 B
Plaintext
Raw Normal View History

2016-04-11 18:54:35 +02:00
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="edit(inv)") edit inventory
2016-04-11 18:54:35 +02:00
td: button.btn.btn-danger.btn-xs.pull-right(ng-click="remove(inv)") delete