summaryrefslogtreecommitdiff
path: root/src/client/docs/api/mixins.pug
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-07 13:34:42 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-07 13:34:42 +0900
commit2cdcbcc80e75b84baa4cc25dea3b1a1822ec1e56 (patch)
tree228ea299ea6f11f77a6e55030e391a557886a0ad /src/client/docs/api/mixins.pug
parentFix #1857 (diff)
downloadsharkey-2cdcbcc80e75b84baa4cc25dea3b1a1822ec1e56.tar.gz
sharkey-2cdcbcc80e75b84baa4cc25dea3b1a1822ec1e56.tar.bz2
sharkey-2cdcbcc80e75b84baa4cc25dea3b1a1822ec1e56.zip
:v:
Diffstat (limited to 'src/client/docs/api/mixins.pug')
-rw-r--r--src/client/docs/api/mixins.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/docs/api/mixins.pug b/src/client/docs/api/mixins.pug
index 79665a61e3..9e03abefeb 100644
--- a/src/client/docs/api/mixins.pug
+++ b/src/client/docs/api/mixins.pug
@@ -22,9 +22,9 @@ mixin propTable(props)
a(href=`/docs/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity
| )
else if prop.kind == 'object'
- if prop.def
+ if prop.hasDef
| (
- a(href=`#${prop.defName}`)= prop.defName
+ a(href=`#${prop.name}`)= prop.name
| )
else if prop.kind == 'date'
| (Date)