mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 06:24:48 +08:00
FIX: Move before post count outlet inside the link
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
<{{view.tagName}} class='num posts-map posts {{view.likesHeat}}' title='{{view.title}}'>
|
||||
{{raw-plugin-outlet name="topic-list-before-reply-count"}}
|
||||
<a href class='posts-map badge-posts {{view.likesHeat}}'>{{number topic.replyCount noTitle="true"}}</a>
|
||||
<a href class='posts-map badge-posts {{view.likesHeat}}'>
|
||||
{{raw-plugin-outlet name="topic-list-before-reply-count"}}
|
||||
{{number topic.replyCount noTitle="true"}}
|
||||
</a>
|
||||
</{{view.tagName}}>
|
||||
|
Reference in New Issue
Block a user