Update Picture to S3

This commit is contained in:
Mathieu Lagacé
2020-10-24 19:28:09 -04:00
parent 4f83774200
commit 2f9e6d4d15
5 changed files with 44 additions and 37 deletions

View File

@@ -31,13 +31,13 @@
<button class="btn btn-danger" onclick="Delete({{$picture->id}})"><i class="fas fa-times"></i></button>
</div>
</div>
@if($picture->pictureable)
{{-- @if($picture->pictureable)
<div class="col-xl-5 m-auto text-right">
<a href="/activity/{{$picture->pictureable->id}}" target="_blank">
<span class="badge badge-primary">{{$picture->pictureable->name}}</span>
</a>
</div>
@endif
@endif--}}
</div>
</div>
</div>