feat: link hotel in event price-table

addresses #869941azm
This commit is contained in:
Björn Fromme
2025-05-30 11:40:14 +02:00
parent 9e2a879cdd
commit 5b90f82746
@@ -36,6 +36,7 @@
<f:for each="{pricetable.{categoryKey}}" as="row"> <f:for each="{pricetable.{categoryKey}}" as="row">
<tr> <tr>
<td class="px-2 py-1 border border-zinc-200"> <td class="px-2 py-1 border border-zinc-200">
<f:link.typolink parameter="{row.hotelUri}" class="underline">
<f:if condition="{row.hotelShortName}"> <f:if condition="{row.hotelShortName}">
<f:then> <f:then>
{row.hotelShortName} {row.hotelShortName}
@@ -51,6 +52,7 @@
</f:if> </f:if>
</f:else> </f:else>
</f:if> </f:if>
</f:link.typolink>
</td> </td>
<f:for each="{roomTypesPax}" as="type"> <f:for each="{roomTypesPax}" as="type">
<td class="px-2 py-1 border border-zinc-200"> <td class="px-2 py-1 border border-zinc-200">