edit_post_link

   Usages of this macro
... in utilities.naml
613
614
615
<macro name="edit_post_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="[n.edit_post_path
Macro
Requires: node
/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Edit post[/t]"><n.text/></n.default.></a>
</macro>