mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
19 lines
No EOL
440 B
Text
19 lines
No EOL
440 B
Text
table.table
|
|
tr
|
|
th(colspan=3) #{documents.length} results
|
|
|
|
tr
|
|
th#portrait-col
|
|
th Name
|
|
th Version
|
|
|
|
for thang in documents
|
|
- thang = thang.attributes;
|
|
- path = '/file/db/thang.type/'+thang.original+'/portrait.png'
|
|
tr
|
|
td
|
|
img(src=path).portrait
|
|
td
|
|
a(href="/editor/thang/#{thang.slug || thang._id}")
|
|
| #{thang.name}
|
|
td #{thang.version.major}.#{thang.version.minor} |