mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-06 14:50:04 +01:00
11 lines
246 B
Smarty
11 lines
246 B
Smarty
<div class="mb-3">
|
|
{{{ if crossposts.length }}}
|
|
<p>[[topic:crossposts.listing]]</p>
|
|
{{{ each crossposts }}}
|
|
{buildCategoryLabel(./category, "a", "border")}
|
|
{{{ end }}}
|
|
{{{ else }}}
|
|
<p>[[topic:crossposts.none]]</p>
|
|
{{{ end }}}
|
|
</div>
|