diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-03 20:25:35 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-03 20:25:35 -0700 |
commit | 1e2a249c537ba4b0eb4b07b855511dec20d45c88 (patch) | |
tree | ffb91c4f1282e89e5af09deb8ddf288557c0e75f /util/tmpl/term-list.html | |
parent | 2b3550bd337381ba602df9d89e143e2927df9797 (diff) |
Show action icons
Diffstat (limited to 'util/tmpl/term-list.html')
-rw-r--r-- | util/tmpl/term-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tmpl/term-list.html b/util/tmpl/term-list.html index 6206f323..9199092c 100644 --- a/util/tmpl/term-list.html +++ b/util/tmpl/term-list.html @@ -1,5 +1,5 @@ {{> header.html}} {{#each defs}} -{{> term.html}} +{{> term.html root=../root}} {{/each}} {{> footer.html}} |