diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-17 09:27:47 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-17 09:27:47 +0300 |
commit | 1edeabdaa8861e149cd7f76f58d97aa127117f79 (patch) | |
tree | 24a07b39783e1f12d7b95c7c7a9fbf5a52d95a64 /tmpl | |
parent | b104dfd524c517a1f910503a8bad564121044e27 (diff) |
merged mode: tags -> termTags (inside expressions)
Diffstat (limited to 'tmpl')
-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> |