Semaphore/public/html/projects/inventory/list.pug
Matej Kramny 80538908a8 update contributing.md
- fix ./make.sh watch
- rename .jade -> .pug
2017-02-22 03:51:23 -08:00

9 lines
411 B
Plaintext

h3 Inventory
button.btn.btn-success.btn-xs.pull-right(ng-click="add()") Create Inventory
table.table.table-hover
tbody: tr(ng-repeat="inv in inventory" ng-click="edit(inv)" ng-class="{ danger: inv.removed }" style="cursor: pointer;")
td
code {{ inv.type }}
|   {{ inv.name }}
button.btn.btn-info.btn-xs.pull-right(ng-click="editContent(inv); $event.stopPropagation();") edit inventory content