codecombat/app/templates/play/level/tome/problem_alert.jade
Imperadeiro98 7949e4fbab Cleaned up a couple of files
Removed some unused strings, an unnecessary style and an event
2015-10-05 22:30:02 +01:00

9 lines
313 B
Text

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
button.btn.btn-lg.btn-info.banner#problem-alert-help-button(data-i18n="common.help")