Add a link to 'My profile' in the dropdown
authorDashie <dashie@sigpipe.me>
Thu, 26 Apr 2018 13:08:55 +0000 (15:08 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 26 Apr 2018 13:26:27 +0000 (15:26 +0200)
client/src/app/menu/menu.component.html

index d1488ec3c3c5775a4cb564fb2e4691e374928c1f..1642f7dce563a97e6bb9e0739fbd9111e5ee12e1 100644 (file)
 
       <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>