edit_subject_and_message_path

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 "edit_subject_and_message_path".
... in utilities.naml
499
500
501
502
503
<macro name="edit_subject_and_message_path" requires="node">
    <n.encode_url.>
        /template/NamlServlet.jtp?macro=edit_app&node=<n.id/>
    </n.encode_url.>
</macro>