summaryrefslogtreecommitdiff
path: root/tmpl/terms.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-04 12:27:05 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-04 12:27:05 -0800
commit2e7ce451126342a9e77c43e757cd1ffdac00d807 (patch)
tree8b630987309f9391ef22e8461d47a3d765d202c0 /tmpl/terms.html
parent395af352f0381d43086563aa7d72ac56ac207133 (diff)
file reorg1.0.18
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r--tmpl/terms.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html
index cb68c74f..923eb14f 100644
--- a/tmpl/terms.html
+++ b/tmpl/terms.html
@@ -21,11 +21,11 @@
<p>
<div class="actions">
{{#if addable}}
- <a href="#" title="Add term as expression" class="action-add-note pending disabled" data-mode="term_kanji" data-index="{{@index}}"><img src="/fg/img/add_term_kanji.png"></a>
- <a href="#" title="Add term as reading" class="action-add-note pending disabled" data-mode="term_kana" data-index="{{@index}}"><img src="/fg/img/add_term_kana.png"></a>
+ <a href="#" title="Add term as expression" class="action-add-note pending disabled" data-mode="term_kanji" data-index="{{@index}}"><img src="/mixed/img/add_term_kanji.png"></a>
+ <a href="#" title="Add term as reading" class="action-add-note pending disabled" data-mode="term_kana" data-index="{{@index}}"><img src="/mixed/img/add_term_kana.png"></a>
{{/if}}
{{#if playback}}
- <a href="#" title="Play audio" class="action-play-audio" data-index="{{@index}}"><img src="/fg/img/play_audio.png"></a>
+ <a href="#" title="Play audio" class="action-play-audio" data-index="{{@index}}"><img src="/mixed/img/play_audio.png"></a>
{{/if}}
</div>