summaryrefslogtreecommitdiff
path: root/tmpl/term-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-08 18:39:59 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-08 18:39:59 -0800
commit67ca7adc4cabb79a87b51ebd9b112e641de31af9 (patch)
tree652ea04970a25f2f479cf71cbf9e9dbeedf794af /tmpl/term-list.html
parent53a8e9061c482400186c8b041be520a519795c07 (diff)
WIP
Diffstat (limited to 'tmpl/term-list.html')
-rw-r--r--tmpl/term-list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpl/term-list.html b/tmpl/term-list.html
index b4c9d997..ab03c7c2 100644
--- a/tmpl/term-list.html
+++ b/tmpl/term-list.html
@@ -1,6 +1,7 @@
{{#if definitions}}
{{#each definitions}}
{{> term.html addable=../addable playback=../playback}}
+ <br>
{{/each}}
{{else}}
<p>No results found</p>