diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-08 19:03:48 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-08 19:03:48 -0800 |
commit | 3b83f8b7fef9978b79517aeda95fa89de071ba54 (patch) | |
tree | 39ee9396b1d305ec794d7069a97211d0aa534ede /tmpl/term-grouped-list.html | |
parent | 67ca7adc4cabb79a87b51ebd9b112e641de31af9 (diff) |
styling
Diffstat (limited to 'tmpl/term-grouped-list.html')
-rw-r--r-- | tmpl/term-grouped-list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/term-grouped-list.html b/tmpl/term-grouped-list.html index d927abc4..4bc9406c 100644 --- a/tmpl/term-grouped-list.html +++ b/tmpl/term-grouped-list.html @@ -1,7 +1,7 @@ {{#if definitions}} {{#each definitions}} - {{> term-grouped.html addable=../addable playback=../playback}} - <br> + {{#unless @first}}<hr>{{/unless}} + {{> term-grouped.html addable=../addable playback=../playback}} {{/each}} {{else}} <p>No results found</p> |