aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-follows/my-followers.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-19 15:22:15 +0200
committerChocobozzz <me@florianbigard.com>2021-10-20 09:25:44 +0200
commit7e76cc380040e40a2292a9dc825f037c9b538030 (patch)
treeb429864cb2ef27c98b93c98cf09264be4a9d4868 /client/src/app/+my-library/my-follows/my-followers.component.html
parent906f46d0849fac3e2b30b7bdd57759e189d6a35d (diff)
downloadPeerTube-7e76cc380040e40a2292a9dc825f037c9b538030.tar.gz
PeerTube-7e76cc380040e40a2292a9dc825f037c9b538030.tar.zst
PeerTube-7e76cc380040e40a2292a9dc825f037c9b538030.zip
Add quick filter for followers
Diffstat (limited to 'client/src/app/+my-library/my-follows/my-followers.component.html')
-rw-r--r--client/src/app/+my-library/my-follows/my-followers.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-follows/my-followers.component.html b/client/src/app/+my-library/my-follows/my-followers.component.html
index d2b2dccb6..eac750c86 100644
--- a/client/src/app/+my-library/my-follows/my-followers.component.html
+++ b/client/src/app/+my-library/my-follows/my-followers.component.html
@@ -7,7 +7,7 @@
7</h1> 7</h1>
8 8
9<div class="followers-header"> 9<div class="followers-header">
10 <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> 10 <my-advanced-input-filter [filters]="inputFilters" (search)="onSearch($event)"></my-advanced-input-filter>
11</div> 11</div>
12 12
13<div class="no-results" i18n *ngIf="pagination.totalItems === 0">No follower found.</div> 13<div class="no-results" i18n *ngIf="pagination.totalItems === 0">No follower found.</div>