diff options
author | Marvin Borner | 2018-07-20 13:57:57 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-20 13:57:57 +0200 |
commit | 932d439444f10774bff546923cc0a2e5e2f2857b (patch) | |
tree | ef9bcc039d263f929b4f4991881a52a8343c1dfe /resources/views/profile.blade.php | |
parent | bd04ac097a0a29ba7c48a5f4a46d99ae7d86eea1 (diff) |
Rewrite (only for backend/oauth/api use from now on)
Diffstat (limited to 'resources/views/profile.blade.php')
-rwxr-xr-x | resources/views/profile.blade.php | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/resources/views/profile.blade.php b/resources/views/profile.blade.php deleted file mode 100755 index c4a7db0..0000000 --- a/resources/views/profile.blade.php +++ /dev/null @@ -1,36 +0,0 @@ -@extends('layouts.app') @section('content') -<div class="container"> - - <div class="row"> - <div id="avatarUploadSucceededAlert" class="alert alert-success alert-block"> - <button type="button" class="close" data-dismiss="alert">×</button> - <strong id="avatarUploadSucceededMessage"></strong> - </div> - <div id="avatarUploadFailedAlert" class="alert alert-danger"> - <strong>Whoops!</strong> There were some problems with your upload - please try again. - </div> - </div> - - <div class="row justify-content-center"> - <div class="profile-header-container"> - <div class="profile-header-img"> - <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> - </div> - </div> - </div> - </div> - - <div class="row justify-content-center"> - <form id="avatarForm"> - <div class="form-group"> - <input type="file" class="form-control-file" name="avatar" id="avatarFile" aria-describedby="fileHelp"> - <small id="fileHelp" class="form-text text-muted">Please upload a valid image file. Size of image should not be more than 2MB.</small> - </div> - <button type="submit" class="btn btn-primary">Submit</button> - </form> - </div> -</div> -@endsection
\ No newline at end of file |