diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-04 11:53:55 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-04 11:53:55 -0800 |
commit | 395af352f0381d43086563aa7d72ac56ac207133 (patch) | |
tree | 797a4c09e77875c5c0ff2af22d67990c64f42482 /tmpl/kanji.html | |
parent | b1950cf47eea6e1e4713285fc883ad6c9ac043c6 (diff) |
wip
Diffstat (limited to 'tmpl/kanji.html')
-rw-r--r-- | tmpl/kanji.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html index 43c57aed..fefef9bb 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -2,7 +2,7 @@ <p> <div class="actions"> {{#if addable}} - <a href="#" title="Add Kanji" class="action-add-note pending disabled" data-mode="kanji" data-index="{{@index}}"><img src="img/add_kanji.png"></a> + <a href="#" title="Add Kanji" class="action-add-note pending disabled" data-mode="kanji" data-index="{{@index}}"><img src="/fg/img/add_kanji.png"></a> {{/if}} </div> @@ -55,5 +55,5 @@ {{> kanji addable=../addable root=../root}} {{/each}} {{else}} - <p>No results found</p> + <p>No results found.</p> {{/if}} |