diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-09 16:02:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 16:02:03 -0500 |
commit | 5b58a9aeef66194bc51fe25f66aebf95f673089a (patch) | |
tree | adf2381475c6f9ad1b502e49e403a7e361184321 /ext/mixed/display-templates.html | |
parent | 06d23f59d83ef89ebda89db547195ecf2a1c6ebf (diff) |
Update term tags display and fix a layout issue (#1208)
* Fix layout issue with term expression display
* Update display of term tags
* Update tag notification to include disambiguation information
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index ac42e138..83232b4c 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -15,7 +15,10 @@ </div> <div class="term-expression-list"></div> </div> - <div class="term-reasons"></div> + <div class="term-details"> + <div class="term-tags tag-list"></div> + <div class="term-reasons"></div> + </div> </div> </div> <div class="entry-body"> @@ -137,6 +140,10 @@ <div class="footer-notification-body"></div> <button class="footer-notification-close-button"><span class="footer-notification-close-button-icon icon" data-icon="cross"></span></button> </div></template> +<template id="footer-notification-tag-details-template" data-remove-whitespace-text="true"> + <div class="tag-details"></div> + <div class="tag-details-disambiguation-list"></div> +</div></template> <template id="profile-list-item-template"><label class="profile-list-item"> <div class="profile-list-item-selection"><label class="radio"><input type="radio" class="profile-entry-is-default-radio" name="profile-entry-default-radio"><span class="radio-body"><span class="radio-border"></span><span class="radio-dot"></span></span></label></div> <div class="profile-list-item-name"></div> |