mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
7 lines
No EOL
238 B
Text
7 lines
No EOL
238 B
Text
ul.list-group
|
|
for step in steps
|
|
li.list-group-item(class=step.done ? 'list-group-item-success' : 'list-group-item-warning')
|
|
span(data-i18n=step.i18n)
|
|
if step.done
|
|
span.glyphicon.glyphicon-ok.pull-right
|
|
|