summaryrefslogtreecommitdiff
path: root/util/tmpl/term.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-18 19:38:03 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-18 19:38:03 -0700
commitc4e35fbf54a9cd80e27d600d47b24b1afdfeca6d (patch)
treeab215a66592e3ec41ce6f2c1a21b64dbda5a9df3 /util/tmpl/term.html
parentf8d2cc1b0369e6350a91d540ef6165cd7dc50040 (diff)
Display tooltips for tags
Diffstat (limited to 'util/tmpl/term.html')
-rw-r--r--util/tmpl/term.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tmpl/term.html b/util/tmpl/term.html
index 8c0e54ca..abcbb215 100644
--- a/util/tmpl/term.html
+++ b/util/tmpl/term.html
@@ -15,7 +15,7 @@
{{#if tags}}
<div class="tags">
{{#each tags}}
- <span class="tag">{{.}}</span>
+ <span class="tag" title="{{desc}}">{{@key}}</span>
{{/each}}
</div>
{{/if}}