From 36e9a332dfe8ea60f0149100ff990f9c5e58b449 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 3 May 2016 22:18:03 -0700 Subject: WIP --- util/tmpl/term.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'util/tmpl/term.html') diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 3d3d4eb0..b1ff1fd8 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -1,19 +1,23 @@
-
- {{#with addable}} - {{#if vocabExp}} - - {{else}} - - {{/if}} + {{#with options}} + {{#if enableAnkiConnect}} +
+ {{#with ../addable}} + {{#if vocabExp}} + + {{else}} + + {{/if}} - {{#if vocabReading}} - - {{else}} - - {{/if}} - {{/with}} -
+ {{#if vocabReading}} + + {{else}} + + {{/if}} + {{/with}} +
+ {{/if}} + {{/with}} {{#if reading}}
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}{{reading}}
-- cgit v1.2.3