codecombat/app/templates/play/level/tome/problem_alert.jade

10 lines
331 B
Text
Raw Normal View History

button.close(type="button") ×
h3.problem-alert-title(data-i18n="play_level.problem_alert_title") Fix Your Code
if hint
span.problem-title!= hint
br
span.problem-subtitle!= message
else
span.problem-title!= message
2014-12-15 18:11:27 -05:00
button.btn.btn-lg.btn-info.banner#problem-alert-help-button(data-i18n="play_level.problem_alert_help")