aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-18 17:53:21 -0700
committerAlex Yatskov <alex@foosoft.net>2017-03-18 17:53:21 -0700
commitad313fd1825ed1b077ad9a59af9423e93032ce44 (patch)
tree8c72d5db8b42389fdb829eb8919f144bbf2f7a17 /tmpl
parentad17b0603bfcbb6be54fd4941b6a7ca4195947fc (diff)
polish
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/kanji.html1
-rw-r--r--tmpl/terms.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html
index 4bb524cf..3cc7f966 100644
--- a/tmpl/kanji.html
+++ b/tmpl/kanji.html
@@ -1,6 +1,7 @@
{{#*inline "kanji"}}
<div class="entry">
<div class="actions">
+ <img src="/mixed/img/entry-current.png" title="Current entry" class="current" alt>
{{#if addable}}
<a href="#" title="Add Kanji" class="action-add-note pending disabled" data-mode="kanji"><img src="/mixed/img/add-kanji.png" alt></a>
{{/if}}
diff --git a/tmpl/terms.html b/tmpl/terms.html
index fa32cea1..6212cb21 100644
--- a/tmpl/terms.html
+++ b/tmpl/terms.html
@@ -20,6 +20,7 @@
{{#*inline "term"}}
<div class="entry">
<div class="actions">
+ <img src="/mixed/img/entry-current.png" title="Current entry (arrows / home / end)" class="current" alt>
{{#if addable}}
<a href="#" title="Add expression" class="action-add-note pending disabled" data-mode="term-kanji"><img src="/mixed/img/add-term-kanji.png" alt></a>
<a href="#" title="Add reading" class="action-add-note pending disabled" data-mode="term-kana"><img src="/mixed/img/add-term-kana.png" alt></a>