Merge branch 'develop'

This commit is contained in:
Björn Fromme
2022-09-06 09:46:37 +02:00
3 changed files with 4 additions and 2 deletions
@@ -52,7 +52,7 @@
<svg class="product-teaser__watchlist-icon" data-watchlist-toggle-target="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path></svg>
</button>
</div>
<f:if condition="{concept.code} == 'evt'">
<f:if condition="{showHotelDetails} && {concept.code} == 'evt'">
<div class="absolute bottom-0 left-0 inset-x-0 flex justify-between text-white {f:if(condition: landscape, else: 'text-sm')} bg-concept-evt/70 px-2 py-1">
<span>{hotel.name}</span>
<span class="uppercase">{hotel.category}</span>
@@ -80,6 +80,7 @@
dateFrom: item.minDateStart,
dateTo: item.maxDateEnd,
forceHotelUid: 1,
showHotelDetails: 1,
referringPageUri: referringPageUri
}"/>
</f:for>
@@ -38,7 +38,8 @@
dateFrom: item.minDateStart,
dateTo: item.maxDateEnd,
forceHotelUid: 1,
landscape: 1
landscape: 1,
showHotelDetails: 1
}"/>
</f:for>
</div>