raw_subscriber_list_horizontal_tab

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 "raw_subscriber_list_horizontal_tab".
... in subscribers_read.naml
9
10
11
12
13
14
15
16
<macro name="raw_subscriber_list_horizontal_tab">
     <n.add_horizontal_tab
         url="[n.page_node.manage_subscribers_path filter='list'/]"
         text="[t]Raw List[/t]"
         selected="[n.is_subscriber_filter value='list'/]"
         details="[n.page_node.raw_subscriber_list/]"
     />
 </macro>