summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/tags
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-01-29 15:30:37 -0200
committerGabriel Albo <gabriel@albo.com.br>2015-01-29 15:30:47 -0200
commite04a20be57e7d0d4278276ff59ebeb6fe0a934f3 (patch)
tree531666ebb69302e23d15cda0364fa0cb995bcbb4 /web-ui/app/templates/tags
parent494960adc6ed4444e1b7d2ce027567ceefb2f972 (diff)
Removing all titles when hovering
Diffstat (limited to 'web-ui/app/templates/tags')
-rw-r--r--web-ui/app/templates/tags/shortcut.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/tags/shortcut.hbs b/web-ui/app/templates/tags/shortcut.hbs
index 5fa32320..1e82d6a9 100644
--- a/web-ui/app/templates/tags/shortcut.hbs
+++ b/web-ui/app/templates/tags/shortcut.hbs
@@ -1,5 +1,5 @@
<li class="{{ selected }}">
- <a title="{{ tagName }}">
+ <a>
{{#if displayBadge }}
<span class="{{ badgeType }}-count">{{ count }}</span>
{{/if}}