show_priority

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 "show_priority".
... in workgroup.naml
542
543
544
545
546
547
548
<macro name="show_priority" requires="node">
    <n.if.is_assigned>
        <then>
            <div class="priority-[n.priority/] priority">&nbsp;<n.priority/>&nbsp;</div>
        </then>
    </n.if.is_assigned>
</macro>