new Header
This commit is contained in:
parent
f2be8e54b4
commit
645ea5da7d
19 changed files with 2856 additions and 323 deletions
|
|
@ -35,7 +35,7 @@
|
|||
{% for image in lodgingGroup.images %}
|
||||
{% if image.comp == 'pre' %}
|
||||
<tr>
|
||||
<td><img src="{{ asset('uploads/images/' ~ image.file) }}" alt="{{ image.description }}" style="height:80px;" ></td>
|
||||
<td><img src="{{ asset('_uploads/images/' ~ image.file) }}" alt="{{ image.description }}" style="height:80px;" ></td>
|
||||
<td>{{ image.pos }}</td>
|
||||
<td>{{ image.fileName }}</td>
|
||||
<td>{{ image.description }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue