Add a link to 'My profile' in the dropdown

This commit is contained in:
Dashie 2018-04-26 15:08:55 +02:00 committed by Chocobozzz
parent ed56ad1193
commit 29ca3b361f
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
<ul *dropdownMenu class="dropdown-menu">
<li>
<a i18n [routerLink]="[ '/accounts', user.account.id ]" class="dropdown-item" title="My profile">
My profile
</a>
<a routerLink="/my-account/settings" class="dropdown-item" title="My settings">
My settings
</a>