diff options
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r-- | tmpl/terms.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html index 7a464cba..c83a4b15 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -50,9 +50,9 @@ {{~#if ../playback~}} <a href="#" class="action-play-audio"><img src="/mixed/img/play-audio.png" title="Play audio" alt></a> {{/if}} - {{~#if tags~}} + {{~#if termTags~}} <div class="tags"> - {{~#each tags~}} + {{~#each termTags~}} <span class="label label-default tag-{{category}}" title="{{notes}}">{{name}}</span> {{/each}} </div> |