summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/tags/shortcut.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/tags/shortcut.hbs')
-rw-r--r--web-ui/app/templates/tags/shortcut.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/templates/tags/shortcut.hbs b/web-ui/app/templates/tags/shortcut.hbs
index 49ddfdb2..5fa32320 100644
--- a/web-ui/app/templates/tags/shortcut.hbs
+++ b/web-ui/app/templates/tags/shortcut.hbs
@@ -1,4 +1,4 @@
-<li>
+<li class="{{ selected }}">
<a title="{{ tagName }}">
{{#if displayBadge }}
<span class="{{ badgeType }}-count">{{ count }}</span>
@@ -6,4 +6,4 @@
<i class="fa fa-{{ icon }}"></i>
<div class="shortcut-label">{{ tagName }}</div>
</a>
-</li> \ No newline at end of file
+</li>