summaryrefslogtreecommitdiff
path: root/tmpl/term-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-10-19 08:52:22 -0700
committerAlex Yatskov <alex@foosoft.net>2016-10-19 08:52:22 -0700
commit7d93587acb250266782e3788894a9e26ddf1eaa5 (patch)
treed33165811c5f80d4a9d5ab956bba4073ebf919fa /tmpl/term-list.html
parenta4a67be455aa8ac75efbee6183225fb8d70346d8 (diff)
Conditionally show add buttons
Diffstat (limited to 'tmpl/term-list.html')
-rw-r--r--tmpl/term-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/term-list.html b/tmpl/term-list.html
index 615534f6..d0b060c8 100644
--- a/tmpl/term-list.html
+++ b/tmpl/term-list.html
@@ -1,5 +1,5 @@
{{> header.html}}
{{#each definitions}}
-{{> term.html root=../root options=../options sequence=../sequence}}
+{{> term.html addable=../addable root=../root options=../options sequence=../sequence}}
{{/each}}
{{> footer.html}}