mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
17 lines
No EOL
372 B
Text
17 lines
No EOL
372 B
Text
table.table
|
|
tr
|
|
th(colspan=3) Results: #{documents.length}
|
|
|
|
tr
|
|
th Name
|
|
th Description
|
|
th Version
|
|
|
|
for level in documents
|
|
- level = level.attributes;
|
|
tr
|
|
td
|
|
a(href="/editor/level/#{level.slug || level._id}")
|
|
| #{level.name}
|
|
td.body-row #{level.description}
|
|
td #{level.version.major}.#{level.version.minor} |