Back to Peertube

My Subscriptions.Component

client/src/app/+my-library/my-follows/my-subscriptions.component.html

8.1.5348 B
Original Source

@if (pagination.totalItems) { {{ getTotalTitle() }} } @if (pagination.totalItems === 0) { You don't have any subscription yet. } @for (videoChannel of videoChannels; track videoChannel) {

{{ videoChannel.displayName }}

{{ videoChannel.nameWithHost }}

{{ videoChannel.followersCount }} subscribers Created by {{ videoChannel.ownerBy }}

}