profile_option

   Usages of this macro
... 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>