This commit is contained in:
Kekskurse 2021-01-12 23:23:46 +01:00
parent 1a111ded5c
commit 3854df54af

View file

@ -8,7 +8,7 @@
<div class="row" style="margin-bottom: 20px;border-bottom: 1px solid grey;padding-bottom: 20px;">
<div class="col-md-4">
<h3>{{ $gallery->name }}</h3>
<p>publishd {{ $gallery->gallery_create_time }}</p>
<p>published {{ $gallery->gallery_create_time }}</p>
<p>{{ $gallery->description }}</p>
<a href="/{{ $tenant->url }}/{{ $gallery->url }}/" class="btn btn-outline-primary">More</a>
</div>