]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
[Issue 641] Add shortcut my videos link in menu-wrapper
authorpotedeo <potedeo@Mi-Potedeo.lan_villeurbanne>
Thu, 16 Aug 2018 14:42:00 +0000 (16:42 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 07:41:20 +0000 (09:41 +0200)
client/src/app/menu/menu.component.html

index 9657e5269081e05a1c6f8e4fec9b9f11300f6f6f..7edcdf501ade38952138d22544e27ed904889f85 100644 (file)
               My account
             </a>
 
+            <a i18n routerLink="/my-account/videos" class="dropdown-item">
+              My videos
+            </a>
+
             <a i18n (click)="logout($event)" class="dropdown-item" href="#">
               Log out
             </a>