topic_left_controls

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 "topic_left_controls".
... in topic.naml
1271
1272
1273
1274
1275
1276
1277
1278
1279
<macro name="topic_left_controls" requires="blog_topic_namespace">
    <t>Posted by
        <t.author>
            <n.page_node.owner.avatar size="small"/>
            <n.page_node.owner.user_link/>
        </t.author></t>
    &ndash;
    <n.page_node.when_created.long_format/>
</macro>