mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -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.description") Description
|
||||
th(data-i18n="general.version") Version
|
||||
|
||||
|
||||
for data in documents
|
||||
- data = data.attributes;
|
||||
tr
|
||||
|
@ -18,4 +18,4 @@ table.table
|
|||
a(href="/editor/level/#{data.slug || data._id}")
|
||||
| #{data.name}
|
||||
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