mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Revert "add links to Top Categories on user summary page"
This reverts commit 1e37395517408be5f0907bd4e738c9baf4eb1134.
This commit is contained in:
parent
b4ef7dfe9a
commit
9afc4cf8c1
@ -131,10 +131,10 @@
|
||||
{{category-link category allowUncategorized="true" hideParent=false}}
|
||||
</td>
|
||||
<td class='topic-count'>
|
||||
{{user-summary-category-search user=user category=category count=category.topic_count}}
|
||||
{{category.topic_count}}
|
||||
</td>
|
||||
<td class='reply-count'>
|
||||
{{user-summary-category-search user=user category=category count=category.post_count}}
|
||||
{{category.post_count}}
|
||||
</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user