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

19 lines
898 B
Plaintext

section.admin-menu
header
h1(translate="USER_SETTINGS.MENU.SECTION_TITLE")
nav
ul
li#usersettingsmenu-user-profile
a(href="", tg-nav="user-settings-user-profile:project=project.slug")
span.title(translate="USER_SETTINGS.MENU.USER_PROFILE")
span.icon.icon-arrow-right
li#usersettingsmenu-change-password
a(href="" tg-nav="user-settings-user-change-password:project=project.slug")
span.title(translate="USER_SETTINGS.MENU.CHANGE_PASSWORD")
span.icon.icon-arrow-right
li#usersettingsmenu-mail-notifications
a(href="", tg-nav="user-settings-mail-notifications:project=project.slug")
span.title(translate="USER_SETTINGS.MENU.EMAIL_NOTIFICATIONS")
span.icon.icon-arrow-right