|
|
|
@ -79,19 +79,19 @@
|
|
|
|
|
<span class="human-readable-number">{topics.postcount}</span> <a href="{config.relative_path}/topic/{topics.slug}/{topics.teaser.index}"><i class="fa fa-arrow-circle-right"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats">
|
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats stats-votes">
|
|
|
|
|
<!-- IF !reputation:disabled -->
|
|
|
|
|
<span class="human-readable-number" title="{topics.votes}">{topics.votes}</span><br />
|
|
|
|
|
<small>[[global:votes]]</small>
|
|
|
|
|
<!-- END -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats">
|
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats stats-postcount">
|
|
|
|
|
<span class="human-readable-number" title="{topics.postcount}">{topics.postcount}</span><br />
|
|
|
|
|
<small>[[global:posts]]</small>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats">
|
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats stats-viewcount">
|
|
|
|
|
<span class="human-readable-number" title="{topics.viewcount}">{topics.viewcount}</span><br />
|
|
|
|
|
<small>[[global:views]]</small>
|
|
|
|
|
</div>
|
|
|
|
|