X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Baccounts%2Faccount-video-channels%2Faccount-video-channels.component.html;h=922608127ac871218a0e71c0ff0cb18c87b0a93a;hb=8f608a4cb22ab232cfab20665050764b38bac9c7;hp=63f0514fd0b5137e0e84e2ba8244e37fcfd7d9d4;hpb=c8487f3f63c90fbfddaa906b3cbd90fb209ab1bb;p=github%2FChocobozzz%2FPeerTube.git 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 63f0514fd..922608127 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 @@ -1,17 +1,51 @@ +

Video channels

+
-
-
-
- - Avatar +
This account does not have channels.
+ +
+
+ +
+ + +

+ + {{ videoChannel.displayName }} + +

+ +
+
{videoChannel.followersCount, plural, =1 {1 subscriber} other {{{ videoChannel.followersCount }} subscribers}}
+ + + {getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}} + +
-
{{ videoChannel.displayName }}
-
{{ videoChannel.followersCount }} subscribers
- +
- + + + Show this channel + +
+
This channel doesn't have any videos.
+ + + + +