profile_option

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 "profile_option".
... in user_profile.naml
82
83
84
85
86
87
88
89
90
91
<macro name="profile_option" parameters="link, hint">
    <tr>
        <td style="width:14em">
            <n.link/>
        </td>
        <td class="weak-color">
            <n.hint/>
        </td>
    </tr>
</macro>