mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 00:43:34 -04:00
added nothing
This commit is contained in:
parent
096c59b6cf
commit
baf8adcc74
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ table.table
|
||||||
th(data-i18n="general.name") Name
|
th(data-i18n="general.name") Name
|
||||||
th(data-i18n="general.description") Description
|
th(data-i18n="general.description") Description
|
||||||
th(data-i18n="general.version") Version
|
th(data-i18n="general.version") Version
|
||||||
|
|
||||||
for data in documents
|
for data in documents
|
||||||
- data = data.attributes;
|
- data = data.attributes;
|
||||||
tr
|
tr
|
||||||
|
@ -18,4 +18,4 @@ table.table
|
||||||
a(href="/editor/level/#{data.slug || data._id}")
|
a(href="/editor/level/#{data.slug || data._id}")
|
||||||
| #{data.name}
|
| #{data.name}
|
||||||
td.body-row #{data.description}
|
td.body-row #{data.description}
|
||||||
td #{data.version.major}.#{data.version.minor}
|
td #{data.version.major}.#{data.version.minor}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue