[WIP] Working on uploader

This commit is contained in:
Ludovic CANDELLIER
2020-06-01 01:13:01 +02:00
parent 8cf5de7f9f
commit 9acf35f5ee
55 changed files with 1496 additions and 285 deletions

View File

@@ -0,0 +1,13 @@
<div class="col row-image"></div>
<button type="button" class="btn btn-danger delete-image-btn"><i class="fa fa-minus-circle"></i></button>
<div class="thumbnail">
<img src="{{ $image['url'] }}" class="img-fluid" height="92">
<div class="caption">
<h3>{{ $image['title'] }}</h3>
<p>Poids : {{ $image['filesize'] }}</p>
</div>
</div>
</div>