DEV: add plugin outlet before topic list views (#15054)
This commit is contained in:
parent
340901c913
commit
52532758f7
|
@ -73,6 +73,9 @@
|
||||||
</td>
|
</td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<td class="num views {{topic.viewsHeat}} topic-list-data">{{number topic.views numberKey="views_long"}}</td>
|
<td class="num views {{topic.viewsHeat}} topic-list-data">
|
||||||
|
{{raw-plugin-outlet name="topic-list-before-view-count"}}
|
||||||
|
{{number topic.views numberKey="views_long"}}
|
||||||
|
</td>
|
||||||
|
|
||||||
{{raw "list/activity-column" topic=topic class="num topic-list-data" tagName="td"}}
|
{{raw "list/activity-column" topic=topic class="num topic-list-data" tagName="td"}}
|
||||||
|
|
Loading…
Reference in New Issue