Passolution
This commit is contained in:
parent
0fbc50a168
commit
50d7004652
10 changed files with 54 additions and 108 deletions
|
|
@ -85,7 +85,7 @@
|
|||
{% for image in lodgingGroup.images %}
|
||||
{% if image.comp == 'post' %}
|
||||
<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