mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
13 lines
No EOL
370 B
Text
13 lines
No EOL
370 B
Text
div#session-info
|
|
img(src='/file/'+levelIcon alt='levelIcon')#level-icon
|
|
div#level-meta-data
|
|
a.btn.btn-primary(href=sessionLink, target=_blank) Spectate
|
|
p!= levelDescription
|
|
|
|
div#session-code
|
|
for spell in levelSpells
|
|
.panel.panel-success
|
|
.panel-heading
|
|
h3= spell.name
|
|
.panel-body
|
|
.code(data-height=spell.height)= spell.code |