[Issue 641] Add shortcut my videos link in menu-wrapper
This commit is contained in:
parent
6bd9f2f11d
commit
ef65dcf5ea
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
||||||
My account
|
My account
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a i18n routerLink="/my-account/videos" class="dropdown-item">
|
||||||
|
My videos
|
||||||
|
</a>
|
||||||
|
|
||||||
<a i18n (click)="logout($event)" class="dropdown-item" href="#">
|
<a i18n (click)="logout($event)" class="dropdown-item" href="#">
|
||||||
Log out
|
Log out
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue