mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 04:07:27 +00:00
FIX: Use unfiltered URL when viewing all badges.
This commit is contained in:
parent
b0053f3a1c
commit
63fcd445f4
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class="badge-group-list">
|
||||
{{#each bg.badges as |b|}}
|
||||
{{badge-card badge=b filterUser=b.has_badge username=currentUser.username}}
|
||||
{{badge-card badge=b username=currentUser.username}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user