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.html4
1 files changed, 2 insertions, 2 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 41f557510..a3be5961b 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
@@ -18,7 +18,7 @@
18 <th i18n>Follower handle</th> 18 <th i18n>Follower handle</th>
19 <th style="width: 100px;" i18n pSortableColumn="state">State <p-sortIcon field="state"></p-sortIcon></th> 19 <th style="width: 100px;" i18n pSortableColumn="state">State <p-sortIcon field="state"></p-sortIcon></th>
20 <th style="width: 100px;" i18n pSortableColumn="score">Score <p-sortIcon field="score"></p-sortIcon></th> 20 <th style="width: 100px;" i18n pSortableColumn="score">Score <p-sortIcon field="score"></p-sortIcon></th>
21 <th style="width: 200px;" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th> 21 <th style="width: 140px;" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
22 <th style="width: 100px;"></th> 22 <th style="width: 100px;"></th>
23 </tr> 23 </tr>
24 </ng-template> 24 </ng-template>
@@ -31,7 +31,7 @@
31 <td *ngIf="follow.state === 'pending'" i18n>Pending</td> 31 <td *ngIf="follow.state === 'pending'" i18n>Pending</td>
32 32
33 <td>{{ follow.score }}</td> 33 <td>{{ follow.score }}</td>
34 <td>{{ follow.createdAt }}</td> 34 <td>{{ follow.createdAt | date: 'short' }}</td>
35 35
36 <td class="action-cell"> 36 <td class="action-cell">
37 <ng-container *ngIf="follow.state === 'pending'"> 37 <ng-container *ngIf="follow.state === 'pending'">