mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
9 lines
258 B
Plaintext
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
|