aboutsummaryrefslogtreecommitdiff
path: root/tmpl/terms.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-18 18:21:02 -0700
committerAlex Yatskov <alex@foosoft.net>2017-03-18 18:21:02 -0700
commit6d55767191f50bceef86bf78df7d340f9c5971c7 (patch)
treeadd32c4d20bdd82b339377c39ed037368d814628 /tmpl/terms.html
parent1a4c94209b2bb06509b15d20941c4f1e53f118f4 (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 6212cb21..f108da26 100644
--- a/tmpl/terms.html
+++ b/tmpl/terms.html
@@ -20,13 +20,13 @@
{{#*inline "term"}}
<div class="entry">
<div class="actions">
- <img src="/mixed/img/entry-current.png" title="Current entry (arrows / home / end)" class="current" alt>
+ <img src="/mixed/img/entry-current.png" class="current" title="Current entry (arrows / home / end)" 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>
+ <a href="#" class="action-add-note pending disabled" data-mode="term-kanji"><img src="/mixed/img/add-term-kanji.png" title="Add expression ([)" alt></a>
+ <a href="#" class="action-add-note pending disabled" data-mode="term-kana"><img src="/mixed/img/add-term-kana.png" title="Add reading (])" alt></a>
{{/if}}
{{#if playback}}
- <a href="#" title="Play audio" class="action-play-audio"><img src="/mixed/img/play-audio.png" alt></a>
+ <a href="#" class="action-play-audio"><img src="/mixed/img/play-audio.png" title="Play audio (\)" alt></a>
{{/if}}
</div>