diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-13 02:40:20 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-13 02:40:20 +0300 |
commit | 7ec28bea5422cda4304b660eccdb39d690f74fad (patch) | |
tree | ddd2fa3d0f9aaf8adca9dbfb822d1f511d4860aa /tmpl/terms.html | |
parent | c0f56480bb34b8811835b8d545443bd9ea87c997 (diff) |
change db format, rename tags to definitionTags
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 e037c544..f35caed4 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -1,7 +1,7 @@ {{#*inline "definition"}} -{{#if tags}} +{{#if definitionTags}} <div> - {{#each tags}} + {{#each definitionTags}} <span class="label label-default tag-{{category}}" title="{{notes}}">{{name}}</span> {{/each}} </div> |