diff options
author | potedeo <potedeo@Mi-Potedeo.lan_villeurbanne> | 2018-08-16 16:42:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 09:41:20 +0200 |
commit | ef65dcf5eaa01f13602b4c783c5af1db61ab6c44 (patch) | |
tree | cc83bd38bfefcaf0a7b378ebb963e2a943a8f100 /client/src/app/menu/menu.component.html | |
parent | 6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02 (diff) | |
download | PeerTube-ef65dcf5eaa01f13602b4c783c5af1db61ab6c44.tar.gz PeerTube-ef65dcf5eaa01f13602b4c783c5af1db61ab6c44.tar.zst PeerTube-ef65dcf5eaa01f13602b4c783c5af1db61ab6c44.zip |
[Issue 641] Add shortcut my videos link in menu-wrapper
Diffstat (limited to 'client/src/app/menu/menu.component.html')
-rw-r--r-- | client/src/app/menu/menu.component.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 9657e5269..7edcdf501 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -23,6 +23,10 @@ | |||
23 | My account | 23 | My account |
24 | </a> | 24 | </a> |
25 | 25 | ||
26 | <a i18n routerLink="/my-account/videos" class="dropdown-item"> | ||
27 | My videos | ||
28 | </a> | ||
29 | |||
26 | <a i18n (click)="logout($event)" class="dropdown-item" href="#"> | 30 | <a i18n (click)="logout($event)" class="dropdown-item" href="#"> |
27 | Log out | 31 | Log out |
28 | </a> | 32 | </a> |