mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
17 lines
No EOL
447 B
Text
17 lines
No EOL
447 B
Text
table.table.components-table
|
|
tr
|
|
th(colspan=3) Results: #{components.length}
|
|
|
|
tr
|
|
th Name
|
|
th Description
|
|
th Version
|
|
th
|
|
|
|
for component in components
|
|
tr
|
|
td= component.system + "." + component.name
|
|
td.body-row #{component.description}
|
|
td #{component.version.major}.#{component.version.minor}
|
|
td
|
|
i.icon-pencil.edit-component-button(data-system=component.system, data-name=component.name) |