Link to follower profile from administration (#1922)

* #1914 Link to follower profile from administration

* #1914 Link to follower profile opens in new tab
pull/1934/head
Nassim Bounouas 2019-06-20 11:38:41 +02:00 committed by Chocobozzz
parent 26d7879998
commit e1a1f9c623
1 changed files with 1 additions and 1 deletions

View File

@ -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>