mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
TRIVIAL: forgot to remove the href
This commit is contained in:
parent
04682335d4
commit
b36273e4ac
@ -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…
x
Reference in New Issue
Block a user