summaryrefslogtreecommitdiff
path: root/tmpl/term.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-10-08 18:47:24 -0700
committerAlex Yatskov <alex@foosoft.net>2016-10-08 18:47:24 -0700
commitda0cb81801ac897fa41761af0b0b18fda9d16195 (patch)
tree992bea48155ab01fee5436be84ab8605634c16c4 /tmpl/term.html
parent78fad1da18694d2471c0a68399d69b0fe94e2b2d (diff)
Allow bootstrap in popup templates
Diffstat (limited to 'tmpl/term.html')
-rw-r--r--tmpl/term.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl/term.html b/tmpl/term.html
index aff3e2ff..65278145 100644
--- a/tmpl/term.html
+++ b/tmpl/term.html
@@ -2,11 +2,11 @@
{{#with options}}
<div class="action-bar" data-sequence="{{../sequence}}">
{{#if enableAudioPlayback}}
- <a href="#" title="Play audio" class="action-play-audio" data-index="{{@index}}"><img src="{{../root}}/img/play_audio.png"></a>
+ <a href="#" title="Play audio" class="action-play-audio" data-index="{{@index}}"><img src="{{../root}}/fg/img/play_audio.png"></a>
{{/if}}
{{#if enableAnkiConnect}}
- <a href="#" title="Add term as expression" class="action-add-note disabled" data-mode="term_kanji" data-index="{{@index}}"><img src="{{../root}}/img/add_term_kanji.png"></a>
- <a href="#" title="Add term as reading" class="action-add-note disabled" data-mode="term_kana" data-index="{{@index}}"><img src="{{../root}}/img/add_term_kana.png"></a>
+ <a href="#" title="Add term as expression" class="action-add-note disabled" data-mode="term_kanji" data-index="{{@index}}"><img src="{{../root}}/fg/img/add_term_kanji.png"></a>
+ <a href="#" title="Add term as reading" class="action-add-note disabled" data-mode="term_kana" data-index="{{@index}}"><img src="{{../root}}/fg/img/add_term_kana.png"></a>
{{/if}}
</div>
{{/with}}