diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-24 11:56:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 11:56:40 -0500 |
commit | 0b00de3c0f0cab64529f18a477120ab9362581fc (patch) | |
tree | 19d10c60521c211a5d2328f115457cd167072d88 /ext/mixed/display-templates.html | |
parent | 496af0b5f276e310f3a33bc47d55ede8e6bfb732 (diff) |
Frequency display improvements (#1060)
* Hide redundant frequencies
* Add dataset counters for unique expressions/readings
* Update frequency display to include disambiguations
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index fbfa9303..7416b223 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -88,7 +88,7 @@ <template id="kanji-reading-template"><dd class="kanji-reading"></dd></template> <template id="tag-template"><span class="tag"><span class="tag-inner"></span></span></template> -<template id="tag-frequency-template"><span class="tag" data-category="frequency"><span class="tag-inner"><span class="term-frequency-dictionary-name"></span><span class="term-frequency-separator"></span><span class="term-frequency-value"></span></span></span></template> +<template id="tag-frequency-template"><span class="tag" data-category="frequency"><span class="tag-inner"><span class="term-frequency-disambiguation"><span class="term-frequency-disambiguation-expression"></span><span class="term-frequency-disambiguation-separator"></span><span class="term-frequency-disambiguation-reading"></span></span><span class="term-frequency-dictionary-name"></span><span class="term-frequency-separator"></span><span class="term-frequency-value"></span></span></span></template> <template id="tag-search-template"><span class="tag" data-category="search"></span></template> </body></html> |