aboutsummaryrefslogtreecommitdiff
path: root/tmpl/terms.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-04 11:53:55 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-04 11:53:55 -0800
commit395af352f0381d43086563aa7d72ac56ac207133 (patch)
tree797a4c09e77875c5c0ff2af22d67990c64f42482 /tmpl/terms.html
parentb1950cf47eea6e1e4713285fc883ad6c9ac043c6 (diff)
wip
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r--tmpl/terms.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html
index 036aa465..cb68c74f 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="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="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="/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>
{{/if}}
{{#if playback}}
- <a href="#" title="Play audio" class="action-play-audio" data-index="{{@index}}"><img src="img/play_audio.png"></a>
+ <a href="#" title="Play audio" class="action-play-audio" data-index="{{@index}}"><img src="/fg/img/play_audio.png"></a>
{{/if}}
</div>
@@ -67,5 +67,5 @@
{{> term grouped=../grouped addable=../addable playback=../playback}}
{{/each}}
{{else}}
- <p>No results found</p>
+ <p>No results found.</p>
{{/if}}