diff options
author | Marvin Borner | 2018-07-01 21:46:59 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-01 21:46:59 +0200 |
commit | f7abf66d963770e60e2ed2a67fbeaa14e14568a6 (patch) | |
tree | c3b2a36f38e3e9d9e97ada0a723573da20720af7 /resources/views/profile.blade.php | |
parent | 6c557a4be1a88de5dd681837bd77c50a98352168 (diff) |
Added avatar preview and optimized avatar saving
Diffstat (limited to 'resources/views/profile.blade.php')
-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 adbae95..3d1eee2 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="/avatar/{{ $user->id }}" /> + <img id="image-preview" 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> |