threaded_link

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "threaded_link".
... in topic.naml
1398
1399
1400
1401
1402
1403
<macro name="threaded_link" requires="node">
    <a href="javascript:void(0)" onclick="Nabble.setView('threaded', '[n.topic_path_for.threaded_view/]',[n.id/])"><t>Threaded</t></a>
    <n.tooltip.>
        <t>Open this post in threaded view</t>
    </n.tooltip.>
</macro>