This commit is contained in:
Kekskurse 2021-01-17 17:30:16 +01:00
parent f849ca5326
commit 845ce44b1f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class="col-md-4">
<h3>{{ $gallery->name }}</h3>
<p>published {{ $gallery->gallery_create_time }}</p>
<p>{{ $gallery->html }}</p>
<p>{!! $gallery->html !!}</p>
<a href="/{{ $tenant->url }}/{{ $gallery->url }}/" class="btn btn-outline-primary">More</a>
</div>
<div class="col-md-8" style="text-align: center;">