mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
TRIVIAL: forgot to remove the href
This commit is contained in:
parent
04682335d4
commit
b36273e4ac
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue