aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-09-22 20:50:52 -0700
committerAlex Yatskov <alex@foosoft.net>2017-09-22 20:50:52 -0700
commit088c608d80ea05c15c6bdf4d043b9b52783f549a (patch)
treeff85c7eb2c8c85ecb5d59949cbf4e9be4dc89a68 /tmpl
parentd398440d2b380b198555620e6e6bc9d2f5d2638f (diff)
Revert "kanji template work"
This reverts commit d398440d2b380b198555620e6e6bc9d2f5d2638f.
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/kanji.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html
index 1081a141..a4bd95ee 100644
--- a/tmpl/kanji.html
+++ b/tmpl/kanji.html
@@ -48,9 +48,7 @@ No data found
<tr>
<th>Glossary</th>
<th>Readings</th>
- {{#if stats}}
<th>Statistics</th>
- {{/if}}
</tr>
<tr>
<td class="glossary">
@@ -64,11 +62,8 @@ No data found
{{#if onyomi}}<dl>{{#each onyomi}}<dd>{{.}}</dd>{{/each}}</dl>{{/if}}
{{#if kunyomi}}<dl>{{#each kunyomi}}<dd>{{.}}</dd>{{/each}}</dl>{{/if}}
</td>
- {{#if stats}}
<td>{{> table data=stats.misc}}</td>
- {{/if}}
</tr>
- {{#if stats}}
<tr>
<th colspan="3">Classifications</th>
</tr>
@@ -87,7 +82,6 @@ No data found
<tr>
<td colspan="3">{{> table data=stats.index}}</td>
</tr>
- {{/if}}
</table>
{{#if debug}}