From 17119e4a546522468878cf115558b17949ab50d0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 12 Nov 2020 15:28:54 +0100 Subject: Reorganize left menu and account menu Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library --- client/src/app/+videos/video-list/video-user-subscriptions.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+videos/video-list') diff --git a/client/src/app/+videos/video-list/video-user-subscriptions.component.ts b/client/src/app/+videos/video-list/video-user-subscriptions.component.ts index b02988169..6988c574b 100644 --- a/client/src/app/+videos/video-list/video-user-subscriptions.component.ts +++ b/client/src/app/+videos/video-list/video-user-subscriptions.component.ts @@ -34,7 +34,7 @@ export class VideoUserSubscriptionsComponent extends AbstractVideoList implement this.titlePage = $localize`Videos from your subscriptions` this.actions.push({ - routerLink: '/my-account/subscriptions', + routerLink: '/my-library/subscriptions', label: $localize`Subscriptions`, iconName: 'cog' }) -- cgit v1.2.3