mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
20 lines
427 B
Text
20 lines
427 B
Text
|
extends /templates/modal/modal_base
|
||
|
|
||
|
block modal-header-content
|
||
|
.modal-header-content
|
||
|
h3 Patch
|
||
|
|
||
|
block modal-body-content
|
||
|
.modal-body
|
||
|
.changes-stub
|
||
|
|
||
|
|
||
|
block modal-footer
|
||
|
.modal-footer
|
||
|
button(data-dismiss="modal", data-i18n="common.cancel").btn Cancel
|
||
|
if canReject
|
||
|
button.btn.btn-danger Reject
|
||
|
if canWithdraw
|
||
|
button.btn.btn-danger Withdraw
|
||
|
if canAccept
|
||
|
button.btn.btn-primary Accept
|