diff options
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r-- | tmpl/terms.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html index cc0f600e..72bf9824 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -80,6 +80,14 @@ </div> {{/if}} + {{#if termTags}} + <div> + {{#each termTags}} + <span class="label label-default tag-{{category}}" title="{{notes}}">{{name}}</span> + {{/each}} + </div> + {{/if}} + {{#if frequencies}} <div> {{#each frequencies}} |