FIX: Move before post count outlet inside the link
This commit is contained in:
parent
950fa9e3a8
commit
3a3dca32a3
|
@ -1,4 +1,6 @@
|
|||
<{{view.tagName}} class='num posts-map posts {{view.likesHeat}}' title='{{view.title}}'>
|
||||
<a href class='posts-map badge-posts {{view.likesHeat}}'>
|
||||
{{raw-plugin-outlet name="topic-list-before-reply-count"}}
|
||||
<a href class='posts-map badge-posts {{view.likesHeat}}'>{{number topic.replyCount noTitle="true"}}</a>
|
||||
{{number topic.replyCount noTitle="true"}}
|
||||
</a>
|
||||
</{{view.tagName}}>
|
||||
|
|
Loading…
Reference in New Issue