Merge branch 'develop'
This commit is contained in:
Generated
+12
-12
@@ -3147,16 +3147,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/dependency-injection",
|
||||
"version": "v5.4.19",
|
||||
"version": "v5.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dependency-injection.git",
|
||||
"reference": "99dae35f2b7d1bd9b800fcda4173215fc9f79ba3"
|
||||
"reference": "8185ed0df129005a26715902f1a53bad0fe67102"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/99dae35f2b7d1bd9b800fcda4173215fc9f79ba3",
|
||||
"reference": "99dae35f2b7d1bd9b800fcda4173215fc9f79ba3",
|
||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8185ed0df129005a26715902f1a53bad0fe67102",
|
||||
"reference": "8185ed0df129005a26715902f1a53bad0fe67102",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3216,7 +3216,7 @@
|
||||
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.19"
|
||||
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.20"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -3232,7 +3232,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-23T15:37:22+00:00"
|
||||
"time": "2023-01-27T11:08:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
@@ -3816,16 +3816,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v5.4.19",
|
||||
"version": "v5.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "70fd0eb8a1570ba119d5e496c8ee79bf9f0b51b0"
|
||||
"reference": "d0435363362a47c14e9cf50663cb8ffbf491875a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/70fd0eb8a1570ba119d5e496c8ee79bf9f0b51b0",
|
||||
"reference": "70fd0eb8a1570ba119d5e496c8ee79bf9f0b51b0",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0435363362a47c14e9cf50663cb8ffbf491875a",
|
||||
"reference": "d0435363362a47c14e9cf50663cb8ffbf491875a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3872,7 +3872,7 @@
|
||||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v5.4.19"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v5.4.20"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -3888,7 +3888,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-01T08:32:19+00:00"
|
||||
"time": "2023-01-29T11:11:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/inflector",
|
||||
|
||||
@@ -35,7 +35,8 @@
|
||||
<div class="lg:hidden">
|
||||
<f:if condition="{row.available}">
|
||||
<f:then>
|
||||
<a href="{row.bookingUrl}">
|
||||
<a href="{row.bookingUrl}"
|
||||
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger">
|
||||
Jetzt buchen <i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
</f:then>
|
||||
@@ -91,6 +92,7 @@
|
||||
<f:if condition="{row.available}">
|
||||
<f:then>
|
||||
<a class="button bg-button button--small w-full"
|
||||
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger"
|
||||
href="{row.bookingUrl}"
|
||||
title="{row.roomName} buchen"
|
||||
target="_blank">
|
||||
|
||||
+1
@@ -55,6 +55,7 @@
|
||||
<f:if condition="{row.rooms.{type}.available}">
|
||||
<f:then>
|
||||
<a class="{ep:themeClasses(classes: '{sbw: \'text-sbw-primary\', snz: \'text-snz-primary\', uch: \'text-uch-primary\'}', key: settings.themekey)}"
|
||||
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger"
|
||||
href="{row.bookingUrl}"
|
||||
title="Jetzt buchen"
|
||||
target="_blank">
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
<f:then>
|
||||
<a class="inline-block text-ep-primary-light text-xs sm:text-sm md:text-base leading-tight"
|
||||
href="{row.bookingUrl}"
|
||||
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-datalayer-action="trigger"
|
||||
target="_blank"
|
||||
title="{row.roomName}, {hotel.name}, {dateRange} buchen">
|
||||
{row.roomName}
|
||||
@@ -119,6 +120,7 @@
|
||||
<f:if condition="{row.available}">
|
||||
<f:then>
|
||||
<a class="button bg-button button--small w-full"
|
||||
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger"
|
||||
href="{row.bookingUrl}"
|
||||
title="{row.roomName}, {hotel.name}, {dateRange} buchen"
|
||||
target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user