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

9 lines
258 B
Plaintext
Raw Normal View History

.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