diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-08 18:39:59 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-08 18:39:59 -0800 |
commit | 67ca7adc4cabb79a87b51ebd9b112e641de31af9 (patch) | |
tree | 652ea04970a25f2f479cf71cbf9e9dbeedf794af /tmpl/term-grouped-list.html | |
parent | 53a8e9061c482400186c8b041be520a519795c07 (diff) |
WIP
Diffstat (limited to 'tmpl/term-grouped-list.html')
-rw-r--r-- | tmpl/term-grouped-list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpl/term-grouped-list.html b/tmpl/term-grouped-list.html index 6156ab7b..d927abc4 100644 --- a/tmpl/term-grouped-list.html +++ b/tmpl/term-grouped-list.html @@ -1,6 +1,7 @@ {{#if definitions}} {{#each definitions}} {{> term-grouped.html addable=../addable playback=../playback}} + <br> {{/each}} {{else}} <p>No results found</p> |