new_report_link

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 "new_report_link".
... in report_form.naml
38
39
40
41
<macro name="new_report_link" requires="node" dot_parameter="text" parameters="title, class, href">
    <n.set_var. name="href"><n.default text="[n.href/]" to="[n.new_report_path/]" /></n.set_var.>
    <a href="[n.var name='href'/]" class="[n.class/]" title="[n.title/]" rel="nofollow"><n.text/></a>
</macro>