mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
11 lines
439 B
Text
11 lines
439 B
Text
button.btn.btn-lg.btn-illustrated.cast-button(title=castVerbose)
|
|
span(data-i18n="play_level.tome_run_button_ran") Ran
|
|
|
|
button.btn.btn-lg.btn-illustrated.submit-button(title=castRealTimeVerbose)
|
|
if testSubmitText != null && testSubmitText.length > 0
|
|
span= testSubmitText
|
|
else
|
|
span(data-i18n="play_level.tome_submit_button") Submit
|
|
|
|
button.btn.btn-lg.btn-illustrated.done-button.secret
|
|
span(data-i18n="play_level.done") Done
|