Fix missed link replacement
This commit is contained in:
@@ -10,20 +10,10 @@
|
|||||||
<img class="teaserbox__flag"
|
<img class="teaserbox__flag"
|
||||||
src="{item.country.flag}"
|
src="{item.country.flag}"
|
||||||
alt="{item.country.name}"/>
|
alt="{item.country.name}"/>
|
||||||
<f:link.action
|
<referrer-link href="{f:uri.action(pageUid: detailPage, action: 'detail', controller: 'Product', arguments: '{product: product.uid, hotel: item.hotel.uid}')}"
|
||||||
pageUid="{product.detailPage}"
|
:referring-page="{ url: referringPageUrl, label: 'zurück' }" rel="nofollow">
|
||||||
action="detail"
|
|
||||||
controller="Product"
|
|
||||||
arguments="{
|
|
||||||
product: product.uid,
|
|
||||||
hotel: item.hotel.uid,
|
|
||||||
referringPageUid: referringPageUid,
|
|
||||||
filterSettings: '{filterSettings -> ep:filterSettingsEncoder()}'
|
|
||||||
}"
|
|
||||||
additionalAttributes="{rel: 'nofollow'}"
|
|
||||||
>
|
|
||||||
<f:render section="Image" arguments="{_all}"/>
|
<f:render section="Image" arguments="{_all}"/>
|
||||||
</f:link.action>
|
</referrer-link>
|
||||||
<f:if condition="{product.concept.code}">
|
<f:if condition="{product.concept.code}">
|
||||||
<div class="concept-badge concept-badge--{product.concept.code}">{product.concept.name}</div>
|
<div class="concept-badge concept-badge--{product.concept.code}">{product.concept.name}</div>
|
||||||
</f:if>
|
</f:if>
|
||||||
|
|||||||
Reference in New Issue
Block a user