add links to Top Categories on user summary page
This commit is contained in:
parent
78a2324c89
commit
1e37395517
|
@ -131,10 +131,10 @@
|
||||||
{{category-link category allowUncategorized="true" hideParent=false}}
|
{{category-link category allowUncategorized="true" hideParent=false}}
|
||||||
</td>
|
</td>
|
||||||
<td class='topic-count'>
|
<td class='topic-count'>
|
||||||
{{category.topic_count}}
|
{{user-summary-category-search user=user category=category count=category.topic_count}}
|
||||||
</td>
|
</td>
|
||||||
<td class='reply-count'>
|
<td class='reply-count'>
|
||||||
{{category.post_count}}
|
{{user-summary-category-search user=user category=category count=category.post_count}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
Loading…
Reference in New Issue