mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 19:59:10 -04:00
Update Laravel to 7.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<hr>
|
||||
@if ($pictures->isEmpty())
|
||||
<h4 class="text-center mt-5 mb-5">Aucune Photo</h4>
|
||||
@endif
|
||||
@else
|
||||
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
|
||||
@@ -30,4 +30,5 @@
|
||||
</div>
|
||||
<div class="m-5">
|
||||
<a href="/pictures" class="btn btn-primary btn-block p-2">Voir toutes les photos</a>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
Reference in New Issue
Block a user