diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-18 19:59:56 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-18 19:59:56 -0700 |
commit | 24957748918403a387fbae47f593001ce361891a (patch) | |
tree | e8c881a0097567d4459281a976f85cb162d17d8d /util/tmpl/term.html | |
parent | c4e35fbf54a9cd80e27d600d47b24b1afdfeca6d (diff) |
Better tag rendering
Diffstat (limited to 'util/tmpl/term.html')
-rw-r--r-- | util/tmpl/term.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tmpl/term.html b/util/tmpl/term.html index abcbb215..e97104f1 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" title="{{desc}}">{{@key}}</span> + <span class="tag {{#if class}}tag-{{class}}{{else}}tag-default{{/if}}" title="{{desc}}">{{@key}}</span> {{/each}} </div> {{/if}} |