mirror of https://github.com/Chocobozzz/PeerTube
Link to follower profile from administration (#1922)
* #1914 Link to follower profile from administration * #1914 Link to follower profile opens in new tabpull/1934/head
parent
26d7879998
commit
e1a1f9c623
|
@ -25,7 +25,7 @@
|
|||
<ng-template pTemplate="body" let-follow>
|
||||
<tr>
|
||||
<td>{{ follow.id }}</td>
|
||||
<td>{{ follow.follower.name + '@' + follow.follower.host }}</td>
|
||||
<td><a [href]="follow.follower.url" target="_blank" rel="noopener noreferrer">{{ follow.follower.name + '@' + follow.follower.host }}</a></td>
|
||||
|
||||
<td *ngIf="follow.state === 'accepted'" i18n>Accepted</td>
|
||||
<td *ngIf="follow.state === 'pending'" i18n>Pending</td>
|
||||
|
|
Loading…
Reference in New Issue