UX: Add new plugin outlet before reply count

This commit is contained in:
Robin Ward 2017-07-31 16:50:05 -04:00
parent cdf7a020c1
commit ce27783da4
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<{{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>
</{{view.tagName}}>