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.hbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/web-ui/app/templates/tags/shortcut.hbs b/web-ui/app/templates/tags/shortcut.hbs
new file mode 100644
index 00000000..1e82d6a9
--- /dev/null
+++ b/web-ui/app/templates/tags/shortcut.hbs
@@ -0,0 +1,9 @@
+<li class="{{ selected }}">
+ <a>
+ {{#if displayBadge }}
+ <span class="{{ badgeType }}-count">{{ count }}</span>
+ {{/if}}
+ <i class="fa fa-{{ icon }}"></i>
+ <div class="shortcut-label">{{ tagName }}</div>
+ </a>
+</li>