Merge branch 'teaser-component' of https://github.com/rbeer/nodebb-theme-persona into rbeer-teaser-component

main
Julian Lam 9 years ago
commit 342b0f7c8e

@ -31,7 +31,7 @@
<span class="{../unread-class} human-readable-number" title="{../totalPostCount}">{../totalPostCount}</span><br />
<small>[[global:posts]]</small>
</div>
<div class="col-md-3 col-sm-3 teaser hidden-xs">
<div class="col-md-3 col-sm-3 teaser hidden-xs" component="teaser">
<!-- IMPORT partials/categories/lastpost.tpl -->
</div>
<!-- ENDIF !../link -->

@ -84,7 +84,7 @@
<small>[[global:views]]</small>
</div>
<div class="col-md-3 col-sm-3 teaser hidden-xs">
<div class="col-md-3 col-sm-3 teaser hidden-xs" component="teaser">
<div class="card" style="border-color: {topics.category.bgColor}">
<!-- IF topics.unreplied -->
<p>

Loading…
Cancel
Save