diff options
author | Marvin Borner | 2018-07-01 12:45:00 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-01 12:45:00 +0200 |
commit | aa73af3be51f6e36ea9ea5a1f78ac18c0b2a352c (patch) | |
tree | 3886430ea25457ca4ee72cb26d3f0c0740957dcb /resources | |
parent | e7307d3241fb1f31a10ef92565c17b224d5983f0 (diff) |
Better avatar requests
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/profile.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/profile.blade.php b/resources/views/profile.blade.php index e986cb7..adbae95 100644 --- a/resources/views/profile.blade.php +++ b/resources/views/profile.blade.php @@ -28,7 +28,7 @@ <div class="profile-header-container"> <div class="profile-header-img"> - <img height="100px" width="100px" class="rounded-circle" src="/storage/avatars/{{ $user->avatar }}" /> + <img height="100px" width="100px" class="rounded-circle" src="/avatar/{{ $user->id }}" /> <!-- badge --> <div class="rank-label-container"> <span class="label label-default rank-label">{{$user->name}}</span> |