codecombat/app/templates/editor/level/system/table.jade
2014-01-03 10:32:13 -08:00

16 lines
No EOL
340 B
Text

table.table.systems-table
tr
th(colspan=3) Results: #{systems.length}
tr
th Name
th Description
th Version
th
for system in systems
tr
td.body-row #{system.description}
td #{system.version.major}.#{system.version.minor}
td
i.icon-pencil.edit-system-button(data-name=system.name)