codecombat/app/templates/editor/thang/table.jade

14 lines
282 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
table.table
tr
th(colspan=3) Results: #{documents.length}
tr
th Name
th Version
for thang in documents
tr
td
a(href="/editor/thang/#{thang.slug || thang._id}")
| #{thang.name}
td #{thang.version.major}.#{thang.version.minor}