From 15ebc06fb3e0d0d3ceeb57281767a99e0f3389a2 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 7 Jan 2017 12:21:47 -0800 Subject: WIP --- tmpl/term-list.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tmpl/term-list.html') diff --git a/tmpl/term-list.html b/tmpl/term-list.html index 2088ac71..b4c9d997 100644 --- a/tmpl/term-list.html +++ b/tmpl/term-list.html @@ -1,9 +1,7 @@ -{{> header.html}} {{#if definitions}} {{#each definitions}} - {{> term.html addable=../addable root=../root options=../options sequence=../sequence}} + {{> term.html addable=../addable playback=../playback}} {{/each}} {{else}}

No results found

{{/if}} -{{> footer.html}} -- cgit v1.2.3