aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-12-18 22:24:34 -0800
committerAlex Yatskov <alex@foosoft.net>2016-12-18 22:24:34 -0800
commit238c9e340e5f42f12e6f7f16b1da7b87652aa821 (patch)
treea1dc0e31698e59c664b1be15e9a66430888458b0 /tmpl
parent862b49dfd9e243702ca18cd02c5727cd8f8d392e (diff)
WIP
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/term.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl/term.html b/tmpl/term.html
index 6185ca25..ce5ade84 100644
--- a/tmpl/term.html
+++ b/tmpl/term.html
@@ -15,9 +15,9 @@
<div class="term-expression">{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}</div>
{{/if}}
- <div class="term-rules">
- {{#each rules}}
- <span class="rule">{{.}}</span> {{#unless @last}}&laquo;{{/unless}}
+ <div class="term-reasons">
+ {{#each reasons}}
+ <span class="reasons">{{.}}</span> {{#unless @last}}&laquo;{{/unless}}
{{/each}}
</div>