diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-18 22:24:34 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-18 22:24:34 -0800 |
commit | 238c9e340e5f42f12e6f7f16b1da7b87652aa821 (patch) | |
tree | a1dc0e31698e59c664b1be15e9a66430888458b0 /tmpl/term.html | |
parent | 862b49dfd9e243702ca18cd02c5727cd8f8d392e (diff) |
WIP
Diffstat (limited to 'tmpl/term.html')
-rw-r--r-- | tmpl/term.html | 6 |
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}}«{{/unless}} + <div class="term-reasons"> + {{#each reasons}} + <span class="reasons">{{.}}</span> {{#unless @last}}«{{/unless}} {{/each}} </div> |