mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 12:26:35 +03:00
Fix avatar in report page
This commit is contained in:
parent
1fd61899ea
commit
12e4154917
@ -10,7 +10,7 @@
|
||||
<a [routerLink]="[ '.' ]" [queryParams]="{ 'search': 'reporter:"' + abuse.reporterAccount.displayName + '"' }"
|
||||
class="chip"
|
||||
>
|
||||
<my-actor-avatar [account]="abuse.reporterAccount"></my-actor-avatar>
|
||||
<my-actor-avatar size="18" [account]="abuse.reporterAccount"></my-actor-avatar>
|
||||
<div>
|
||||
<span class="text-muted">{{ abuse.reporterAccount.nameWithHost }}</span>
|
||||
</div>
|
||||
@ -30,7 +30,7 @@
|
||||
<a [routerLink]="[ '.' ]" [queryParams]="{ 'search': 'reportee:"' +abuse.flaggedAccount.displayName + '"' }"
|
||||
class="chip"
|
||||
>
|
||||
<my-actor-avatar [account]="abuse.flaggedAccount"></my-actor-avatar>
|
||||
<my-actor-avatar size="18" [account]="abuse.flaggedAccount"></my-actor-avatar>
|
||||
<div>
|
||||
<span class="text-muted">{{ abuse.flaggedAccount ? abuse.flaggedAccount.nameWithHost : '' }}</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user