From 8049c6083ef6e709e92ea5f230cd8a764931b875 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 3 Jan 2017 22:17:53 -0800 Subject: don't show add buttons till we know card state for #25 --- tmpl/term.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tmpl/term.html') diff --git a/tmpl/term.html b/tmpl/term.html index e4a0d02b..e931e5cf 100644 --- a/tmpl/term.html +++ b/tmpl/term.html @@ -1,12 +1,12 @@
+ {{#if addable}} + + + {{/if}} {{#if options.enableAudioPlayback}} {{/if}} - {{#if addable}} - - - {{/if}}
{{#if reading}} -- cgit v1.2.3