File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 <div class =" form-group col-lg-8" >
3131 @if (file_exists (base_path (" img/$user -> littlelink_name " . " .png" )) )
3232 <img src =" {{ asset (" img/$user -> littlelink_name " . " .png" ) } }" srcset =" {{ asset (" img/$user -> littlelink_name " . " @2x .png 2x" ) } }" width =" 128px" height =" 128px" style =" object-fit : cover ;" >
33- @elseif (file_exists (base_path (" littlelink/images/" ). findFiles (' avatar' )) )
34- <img class =" rounded-avatar" src =" {{ asset (' littlelink/images/' . findFiles (' avatar' )) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 128px" height =" 128px" style =" object-fit : cover ;" >
33+ @elseif (file_exists (base_path (" littlelink/images/" ). findFile (' avatar' )) )
34+ <img class =" rounded-avatar" src =" {{ asset (' littlelink/images/' . findFile (' avatar' )) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 128px" height =" 128px" style =" object-fit : cover ;" >
3535 @else
3636 <img src =" {{ asset (' littlelink/images/logo.svg' ) } }" srcset =" {{ asset (' littlelink/images/avatar@2x.png 2x' ) } }" width =" 128px" height =" 128px" style =" object-fit : cover ;" >
3737 @endif
You can’t perform that action at this time.
0 commit comments