aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorMarvin Borner2018-07-01 12:45:00 +0200
committerMarvin Borner2018-07-01 12:45:00 +0200
commitaa73af3be51f6e36ea9ea5a1f78ac18c0b2a352c (patch)
tree3886430ea25457ca4ee72cb26d3f0c0740957dcb /resources
parente7307d3241fb1f31a10ef92565c17b224d5983f0 (diff)
Better avatar requests
Diffstat (limited to 'resources')
-rw-r--r--resources/views/profile.blade.php2
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>