summaryrefslogtreecommitdiff
path: root/tmpl/term-grouped-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-08 22:44:13 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-08 22:44:13 -0800
commit60e23ab42c86fbc74a6e16d6fd29fcc6761bfb36 (patch)
treecfc270d272270bcada3b9799959553a967c73193 /tmpl/term-grouped-list.html
parent3b83f8b7fef9978b79517aeda95fa89de071ba54 (diff)
simplify templates
Diffstat (limited to 'tmpl/term-grouped-list.html')
-rw-r--r--tmpl/term-grouped-list.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/tmpl/term-grouped-list.html b/tmpl/term-grouped-list.html
deleted file mode 100644
index 4bc9406c..00000000
--- a/tmpl/term-grouped-list.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{#if definitions}}
- {{#each definitions}}
- {{#unless @first}}<hr>{{/unless}}
- {{> term-grouped.html addable=../addable playback=../playback}}
- {{/each}}
-{{else}}
- <p>No results found</p>
-{{/if}}