topic_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_controls".
... in topic.naml
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
<macro name="topic_controls" requires="blog_topic_namespace">
    <div class="weak-color float-left" style="font-variant:small-caps">
        <n.topic_left_controls/>
    </div>
 
    <div class="float-right" style="padding:.4em 0">
        <n.topic_right_controls/>
    </div>
 
    <n.root_post_message/>
</macro>