Back to Peertube

Followers List.Component

client/src/app/+admin/follows/followers-list/followers-list.component.html

8.1.5605 B
Original Source

{ totalRecords, plural, =0 {No follower} =1 {1 follower} other {{{ totalRecords | myNumberFormatter }} followers}} {{ buildFollowerName(follow) }} | @if (follow.state === 'accepted') { Accepted } @else if (follow.state === 'pending') { Pending } @else if (follow.state === 'rejected') { Rejected } | {{ follow.score / 10000 * 100 }}% | {{ follow.createdAt | ptDate: 'short' }} | @if (follow.state !== 'accepted') { } @if (follow.state !== 'rejected') { } @if (follow.state === 'rejected') { } @if (search) { No follower found matching current filters. } @else { Your instance doesn't have any follower. }