From ace396c4e0d65362fd8b82c86e88085622927b43 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 13 Apr 2021 15:45:49 +0200 Subject: [PATCH] Display account/channel creation date in title It's not a really important information --- client/src/app/+accounts/accounts.component.html | 4 +--- client/src/app/+accounts/accounts.component.scss | 7 +------ .../src/app/+video-channels/video-channels.component.html | 4 +--- .../src/app/+video-channels/video-channels.component.scss | 7 +------ 4 files changed, 4 insertions(+), 18 deletions(-) diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html index 03d083bb6..1b2c11311 100644 --- a/client/src/app/+accounts/accounts.component.html +++ b/client/src/app/+accounts/accounts.component.html @@ -10,7 +10,7 @@
-

{{ account.displayName }}

+

{{ account.displayName }}

- -
Account created on {{ account.createdAt | date }}
-

{{ videoChannel.displayName }}

+

{{ videoChannel.displayName }}

@@ -87,8 +87,6 @@
- -
Channel created on {{ videoChannel.createdAt | date }}