mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-28 06:54:13 -04:00
language sensitive docs added
This commit is contained in:
parent
5f3503d16c
commit
8da06f6c6b
1 changed files with 5 additions and 2 deletions
|
@ -26,5 +26,8 @@ block content
|
||||||
li(id="#{component.get('name')}#{doc.name}")
|
li(id="#{component.get('name')}#{doc.name}")
|
||||||
| #{doc.name}
|
| #{doc.name}
|
||||||
ul.specialList
|
ul.specialList
|
||||||
li!=marked(doc.description)
|
if doc.description[language.substring(1,language.length-1)]
|
||||||
|
li!=marked(doc.description[language.substring(1,language.length-1)])
|
||||||
|
else
|
||||||
|
li!=marked(doc.description)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue