mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-01 08:23:57 -04:00
fix for no user logged
This commit is contained in:
parent
83177c5f00
commit
80b420ebbf
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +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
|
||||||
if doc.description[language.substring(1,language.length-1)]
|
if doc.description[language]
|
||||||
li!=marked(doc.description[language.substring(1,language.length-1)])
|
li!=marked(doc.description[language])
|
||||||
else
|
else
|
||||||
li!=marked(doc.description)
|
li!=marked(doc.description)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue