mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-04 04:41:42 -05:00
16 lines
340 B
Text
16 lines
340 B
Text
|
table.table
|
||
|
tr
|
||
|
th(colspan=3) Results: #{documents.length}
|
||
|
|
||
|
tr
|
||
|
th Name
|
||
|
th Description
|
||
|
th Version
|
||
|
|
||
|
for level in documents
|
||
|
tr
|
||
|
td
|
||
|
a(href="/editor/level/#{level.slug || level._id}")
|
||
|
| #{level.name}
|
||
|
td.body-row #{level.description}
|
||
|
td #{level.version.major}.#{level.version.minor}
|