utilising new exposed noAnchor property in topic API return, nodebb/nodebb#3615

main
Julian Lam 10 years ago
parent 50ce9cffd3
commit d19bb69352

@ -21,7 +21,11 @@
<h2 component="topic/header" class="title">
<i component="topic/pinned" class="fa fa-thumb-tack <!-- IF !topics.pinned -->hide<!-- ENDIF !topics.pinned -->"></i>
<i component="topic/locked" class="fa fa-lock <!-- IF !topics.locked -->hide<!-- ENDIF !topics.locked -->"></i>
<!-- IF !topics.noAnchor -->
<a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.title}</a><br />
<!-- ELSE -->
{topics.title}<br />
<!-- ENDIF !topics.noAnchor -->
<!-- IF !template.category -->
<small>

Loading…
Cancel
Save