|
|
@ -4,7 +4,7 @@
|
|
|
|
<li component="category/topic" class="row clearfix category-item {function.generateTopicClass}" <!-- IMPORT partials/data/category.tpl -->>
|
|
|
|
<li component="category/topic" class="row clearfix category-item {function.generateTopicClass}" <!-- IMPORT partials/data/category.tpl -->>
|
|
|
|
<meta itemprop="name" content="{function.stripTags, title}">
|
|
|
|
<meta itemprop="name" content="{function.stripTags, title}">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-7 col-sm-9 col-xs-10 content">
|
|
|
|
<div class="col-md-6 col-sm-9 col-xs-10 content">
|
|
|
|
<div class="avatar pull-left" title="{topics.user.username}">
|
|
|
|
<div class="avatar pull-left" title="{topics.user.username}">
|
|
|
|
<!-- IF showSelect -->
|
|
|
|
<!-- IF showSelect -->
|
|
|
|
<div class="select" component="topic/select">
|
|
|
|
<div class="select" component="topic/select">
|
|
|
@ -79,6 +79,11 @@
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats">
|
|
|
|
|
|
|
|
<span class="human-readable-number" title="{topics.votes}">{topics.votes}</span><br />
|
|
|
|
|
|
|
|
<small>[[global:votes]]</small>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats">
|
|
|
|
<div class="col-md-1 hidden-sm hidden-xs stats">
|
|
|
|
<span class="human-readable-number" title="{topics.postcount}">{topics.postcount}</span><br />
|
|
|
|
<span class="human-readable-number" title="{topics.postcount}">{topics.postcount}</span><br />
|
|
|
|
<small>[[global:posts]]</small>
|
|
|
|
<small>[[global:posts]]</small>
|
|
|
|