mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +00:00
Add fallback avatar to contact admin response blade view
This commit is contained in:
parent
6857eb646e
commit
14c828e645
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<div class="list-group list-group-flush">
|
||||
<div class="list-group-item">
|
||||
<div class="media">
|
||||
<img src="{{$contact->user->profile->avatarUrl()}}" class="mr-3 rounded-circle" width="40px" height="40px">
|
||||
<img src="{{$contact->user->profile->avatarUrl()}}" class="mr-3 rounded-circle" width="40px" height="40px" onerror="this.onerror=null;this.src='/storage/avatars/default.png?v=2'">
|
||||
<div class="media-body">
|
||||
<h5 class="my-0">@{{$contact->user->username}}</h5>
|
||||
<span class="text-muted">{{$contact->user->name}}</span>
|
||||
|
|
Loading…
Reference in a new issue