topics_table_columns

NAML documentation   Watch a video
   Usages of this macro
... in view_topics.naml
30
31
32
33
34
35
36
37
<macro name="topics_table_columns" requires="app_namespace">
    <n.pin_column
Macro
/>
    <n.topics_column
Macro
Parameters: width, count, title
 count="[n.app_topic_count
Macro
Requires: node_page, servlet
/]"/>
    <n.replies_column
Macro
Parameters: width, title
/>
    <n.last_post_column
Macro
Parameters: width, white_space, title
 white_space="nowrap"/>
    <n.views_column
Macro
Parameters: title
/>
    <n.subapp_column
Macro
Parameters: width, title
/>
</macro>