aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-06-14 09:05:40 -0700
committerAlex Yatskov <alex@foosoft.net>2016-06-14 20:44:38 -0700
commitcaf067883275f9b46259c2dbbf1f36aafc7e9108 (patch)
tree4fda64b2d9448fd082e64a6440a2449fc27d38c4 /tmpl
parent15f2744f04ae59ba78700f65a8512aacde859f82 (diff)
Cleanup
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/term.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tmpl/term.html b/tmpl/term.html
index b6861b03..ccc321e6 100644
--- a/tmpl/term.html
+++ b/tmpl/term.html
@@ -1,10 +1,10 @@
<div class="term-definition">
{{#with options}}
- <div class="action-bar">
- <a href="#" title="Pronounce" class="action-pronounce" data-sequence="{{../sequence}}" data-index="{{@index}}"><img src="{{../root}}/img/pronounce.png"></a>
+ <div class="action-bar" data-sequence="{{../sequence}}">
+ <a href="#" title="Pronounce" class="action-pronounce" data-index="{{@index}}"><img src="{{../root}}/img/pronounce.png"></a>
{{#if enableAnkiConnect}}
- <a href="#" title="Add term as expression" class="action-learn disabled" data-sequence="{{../sequence}}" data-mode="vocab_kanji" data-index="{{@index}}"><img src="{{../root}}/img/add_vocab_kanji.png"></a>
- <a href="#" title="Add term as reading" class="action-learn disabled" data-sequence="{{../sequence}}" data-mode="vocab_kana" data-index="{{@index}}"><img src="{{../root}}/img/add_vocab_kana.png"></a>
+ <a href="#" title="Add term as expression" class="action-add-note disabled" data-mode="vocab_kanji" data-index="{{@index}}"><img src="{{../root}}/img/add_vocab_kanji.png"></a>
+ <a href="#" title="Add term as reading" class="action-add-note disabled" data-mode="vocab_kana" data-index="{{@index}}"><img src="{{../root}}/img/add_vocab_kana.png"></a>
{{/if}}
</div>
{{/with}}