taiga-front/app/partials/includes/modules/user-settings-menu.jade

13 lines
818 B
Plaintext

section.admin-menu
nav
ul
li#usersettingsmenu-user-profile
a(href="", tg-nav="user-settings-user-profile", title="{{ 'USER_SETTINGS.MENU.USER_PROFILE' | translate }}")
span.title(translate="USER_SETTINGS.MENU.USER_PROFILE")
li#usersettingsmenu-change-password
a(href="" tg-nav="user-settings-user-change-password", title="{{ 'USER_SETTINGS.MENU.CHANGE_PASSWORD' | translate }}")
span.title(translate="USER_SETTINGS.MENU.CHANGE_PASSWORD")
li#usersettingsmenu-mail-notifications
a(href="", tg-nav="user-settings-mail-notifications", title="{{ 'USER_SETTINGS.MENU.EMAIL_NOTIFICATIONS' | translate }}")
span.title(translate="USER_SETTINGS.MENU.EMAIL_NOTIFICATIONS")