new Header

This commit is contained in:
Kevin Adametz 2019-12-12 19:53:40 +01:00
parent f2be8e54b4
commit 645ea5da7d
19 changed files with 2856 additions and 323 deletions

View file

@ -301,7 +301,7 @@
<tbody>
{% for image in lodging.images %}
<tr>
<td><img src="{{ asset('uploads/images/' ~ image.file) }}" alt="{{ image.description }}" style="width:228px;height:75px;" ></td>
<td><img src="{{ asset('_uploads/images/' ~ image.file) }}" alt="{{ image.description }}" style="width:228px;height:75px;" ></td>
<td>{{ image.pos }}</td>
<td>{{ image.fileName }}</td>
<td>{{ image.description }}</td>