浏览代码

Add fallback avatar to contact admin response blade view

Daniel Supernault 9 月之前
父节点
当前提交
14c828e645
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/site/contact/admin-response.blade.php

+ 1 - 1
resources/views/site/contact/admin-response.blade.php

@@ -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">&commat;{{$contact->user->username}}</h5>
                                 <span class="text-muted">{{$contact->user->name}}</span>