mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-16 08:29:56 -05:00
20 lines
No EOL
427 B
Text
20 lines
No EOL
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 |