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 050fe40fb..622d464e4 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
@@ -24,16 +24,24 @@
+
Actions
Follower handle
State
Score
Created
-
+
+
{{ follow.follower.name + '@' + follow.follower.host }}
@@ -50,15 +58,6 @@
{{ follow.score }}
{{ follow.createdAt | date: 'short' }}
-
-
-
+
Action
Host
State
Created
Redundancy allowed
-
+
+
{{ follow.following.host }}
@@ -58,9 +61,6 @@
[host]="follow.following.host" [redundancyAllowed]="follow.following.hostRedundancyAllowed"
>
-
-
+ Action
Strategy
Video
Total size
-
-
+
+
+
{{ getRedundancyStrategy(redundancy) }}
@@ -50,10 +53,6 @@
{{ getTotalSize(redundancy) | bytes: 1 }}
-
-
-
+
Action
Account
Muted at
-
+
+
+
+
{{ accountBlock.createdAt | date: 'short' }}
-
-
-