FIX: Move before post count outlet inside the link

This commit is contained in:
Robin Ward 2017-08-21 20:40:35 -04:00
parent 950fa9e3a8
commit 3a3dca32a3
1 changed files with 4 additions and 2 deletions

View File

@ -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}}>