From 62e62f118d5da57acd3494fece2e8ed357564ffe Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 9 May 2018 09:26:41 +0200 Subject: Load my-account module lazily --- .../my-account-videos.component.html | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 client/src/app/my-account/my-account-videos/my-account-videos.component.html (limited to 'client/src/app/my-account/my-account-videos/my-account-videos.component.html') diff --git a/client/src/app/my-account/my-account-videos/my-account-videos.component.html b/client/src/app/my-account/my-account-videos/my-account-videos.component.html deleted file mode 100644 index 66ce3a77b..000000000 --- a/client/src/app/my-account/my-account-videos/my-account-videos.component.html +++ /dev/null @@ -1,45 +0,0 @@ -
No results.
- -
-
-
-
- - -
- - - -
- {{ video.name }} - {{ video.createdAt | myFromNow }} - {{ video.views | myNumberFormatter }} views -
{{ video.privacy.label }}
-
- - -
-
- - Cancel - - - - - Delete - -
-
- -
- - - -
-
-
-
-- cgit v1.2.3