25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
a.user-avatar(href="#", title="{{ vm.user.full_name_display }}")
|
|
{{ vm.user.full_name_display }}
|
|
img(tg-bo-src="vm.user.photo", alt="{{ vm.user.full_name_display }}")
|
|
|
|
div.navbar-dropdown.dropdown-user
|
|
ul
|
|
li
|
|
a(href="#", title="{{ user.fullname }} profile") View Profile
|
|
li
|
|
a(href="#", tg-nav="user-settings-user-profile", title="Edit your profile") Edit Profile
|
|
li
|
|
a(href="#", tg-nav="user-settings-user-change-password", title="Change password") Change password
|
|
//li
|
|
// a(href="#", title="Edit your organizations") Edit Organizations
|
|
//li
|
|
// a(href="#", title="Edit your settings") Settings
|
|
li
|
|
a(href="#", tg-nav="user-settings-mail-notifications", title="Edit your notifications") Notifications
|
|
li(ng-show="vm.isFeedbackEnabled()")
|
|
a(ng-click="vm.sendFeedback()", href="#", title="Send feedback") Feedback
|
|
li
|
|
a(href="https://taiga.io/support/", target="_blank", title="Go to support") Help
|
|
li
|
|
a(href="#", ng-click="vm.logout()", title="Logout") Logout
|