in_reply_to

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 "in_reply_to".
... in reply.naml
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<macro name="in_reply_to">
    <div class="title-row light-border-color shaded-bg-color" style="margin-top:2.5em"><t>In Reply To</t></div>
    <div style="margin-left:1.2em;padding-top:1em">
        <n.page_node.>
            <n.put_in_head.>
                <style type="text/css">
                    div.in-reply-to {
                        margin-bottom:1em;
                        padding-bottom:.4em;
                        border-bottom-width:1px;
                        border-bottom-style:dotted;
                    }
                </style>
            </n.put_in_head.>
            <div class="medium-border-color in-reply-to">
                <b><n.break_up.subject/></b>
                <div class="weak-color" style="padding:.2em 0">
                    <span class="weak-color"><n.when_created.long_format/></span>
                    &mdash;
                    <t>by
                        <t.author>
                            <n.owner.avatar/>
                            <span class="nowrap"><n.owner.user_link/></span>
                        </t.author>
                    </t>
                </div>
            </div>
            <n.message_with_signature/>
        </n.page_node.>
    </div>
</macro>