codecombat/app/templates/editor/level/system/table.jade

16 lines
340 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
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)