aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-12-17 19:30:26 -0800
committerAlex Yatskov <alex@foosoft.net>2016-12-17 19:30:26 -0800
commit5c755043fa2fb23f94f898fc57828277d7b02049 (patch)
treecb589e3f0c0200005977d1ef18e7a6b3c2d9b25a /tmpl
parent15e1cf3358e357968d6c48465fcd15a877bc433a (diff)
CWIP
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/kanji.html2
-rw-r--r--tmpl/term.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html
index c40bb3bc..380e16ff 100644
--- a/tmpl/kanji.html
+++ b/tmpl/kanji.html
@@ -30,7 +30,7 @@
<div class="kanji-tags">
{{#each tags}}
- <span class="tag tag-{{category}}" title="{{notes}}">{{tag}}</span>
+ <span class="tag tag-{{category}}" title="{{notes}}">{{name}}</span>
{{/each}}
</div>
diff --git a/tmpl/term.html b/tmpl/term.html
index fb50e7d7..36f8f4fc 100644
--- a/tmpl/term.html
+++ b/tmpl/term.html
@@ -23,7 +23,7 @@
<div class="term-tags">
{{#each tags}}
- <span class="tag tag-{{category}}" title="{{notes}}">{{tag}}</span>
+ <span class="tag tag-{{category}}" title="{{notes}}">{{name}}</span>
{{/each}}
</div>