summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/tags/tag.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/tags/tag.hbs')
-rw-r--r--web-ui/app/templates/tags/tag.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/tags/tag.hbs b/web-ui/app/templates/tags/tag.hbs
index 5df67513..ca397b9a 100644
--- a/web-ui/app/templates/tags/tag.hbs
+++ b/web-ui/app/templates/tags/tag.hbs
@@ -1,3 +1,3 @@
-<li id="tag-{{ ident }}" class="{{ selected }}">
+<li id="tag-{{ ident }}" class="custom-tag {{ selected }}">
<span class="tag-label">{{> tag_inner }}</span>
</li>