From 41eb700fceee1085dd0e1a9ce78ecbd0e111eb6e Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 7 Jan 2020 23:51:14 +0100 Subject: Refactor my-subscribe-button to support full account subscription --- .../account-video-channels.component.html | 10 +++++++--- client/src/app/+accounts/accounts.component.html | 9 ++++++++- client/src/app/+accounts/accounts.component.scss | 10 ++++++++++ client/src/app/+accounts/accounts.component.ts | 10 +++++++++- 4 files changed, 34 insertions(+), 5 deletions(-) (limited to 'client/src/app/+accounts') diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html index 4ebad514c..93f43a350 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html @@ -9,14 +9,18 @@ Avatar
{{ videoChannel.displayName }}
-
{{ videoChannel.followersCount }} subscribers
+
{{ videoChannel.followersCount }} + + subscriber + subscribers +
- +
-
This channel does not have videos.
+
This channel doesn't have any videos.
-
{{ account.followersCount }} subscribers
+
+ {{ account.followersCount }} + + subscriber + subscribers +
+ +