Skip to content

Commit 4529bfa

Browse files
committed
Reverted bug with images for travel ideas
1 parent bed1ee6 commit 4529bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/modules/my-travels/components/ideas.table.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</span>
4242
</a></b>
4343
{% elseif column == 'image' %}
44-
<img src="https://images.unsplash.com/photo-1522689764216-4e6966e5e444?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80" style="border:0;{{ content_width }} {{ td_center }}"/>
44+
<img src="{{ idea.image | trim }}" style="border:0;{{ content_width }} {{ td_center }}"/>
4545
{% elseif column == 'category' %}
4646
<i>{{ idea.category | trim }}</i>
4747
{% elseif column != 'id' %}

0 commit comments

Comments
 (0)