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

9 lines
258 B
Plaintext

.modal-header
h3.modal-title Edit Inventory
.modal-body
textarea.form-control(ng-model="inventory" rows="20")
.modal-footer
button.btn.btn-default.pull-left(ng-click="$dismiss()") Cancel
button.btn.btn-success(ng-click="$close(inventory)") Save Changes