TRIVIAL: forgot to remove the href

This commit is contained in:
Régis Hanol 2014-08-03 23:01:51 +02:00
parent 04682335d4
commit b36273e4ac

View file

@ -8,7 +8,7 @@
<a href="/admin/flags/active" class="flagged-posts-link">
<i class='fa fa-flag'></i>{{i18n flags_title}}
{{#if flaggedPostsCount}}
<span href='/admin/flags/active' title='{{i18n notifications.total_flagged}}' class='badge-notification flagged-posts'>{{flaggedPostsCount}}</span>
<span title='{{i18n notifications.total_flagged}}' class='badge-notification flagged-posts'>{{flaggedPostsCount}}</span>
{{/if}}
</a>
</li>