reply_notice

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 "reply_notice".
... in topic.naml
622
623
624
625
626
627
628
629
630
<macro name="reply_notice" requires="node">
    <n.if.both condition1="[n.has_previous_node/]" condition2="[n.not.parent_node.equals.previous_node/]">
        <then>
            <div class="weak-color" style="font-size:80%;padding-bottom:1em">
                <t>In reply to <n.parent_link.>this post</n.parent_link.> by <t.author.parent_node.owner.name/></t>
            </div>
        </then>
    </n.if.both>
</macro>