aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/followers-list/followers-list.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/follows/followers-list/followers-list.component.html')
-rw-r--r--client/src/app/+admin/follows/followers-list/followers-list.component.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html
index 1a6ed616a..5645a60cc 100644
--- a/client/src/app/+admin/follows/followers-list/followers-list.component.html
+++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html
@@ -19,7 +19,10 @@
19 <td>{{ follow.score }}</td> 19 <td>{{ follow.score }}</td>
20 <td>{{ follow.follower.name }}</td> 20 <td>{{ follow.follower.name }}</td>
21 <td>{{ follow.follower.host }}</td> 21 <td>{{ follow.follower.host }}</td>
22 <td>{{ follow.state }}</td> 22
23 <td *ngIf="follow.state === 'accepted'" i18n>Accepted</td>
24 <td *ngIf="follow.state === 'pending'" i18n>Pending</td>
25
23 <td>{{ follow.createdAt }}</td> 26 <td>{{ follow.createdAt }}</td>
24 </tr> 27 </tr>
25 </ng-template> 28 </ng-template>