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 c645f782..a7b02e21 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 }}">
+<li id="tag-{{ ident }}" class="{{ selected }}">
{{> tag_inner }}
</li>