mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 03:19:10 -04:00
Update Picture to S3
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user