Remove ambiguous hotel links
This commit is contained in:
+1
-5
@@ -21,11 +21,7 @@
|
||||
</tr>
|
||||
<f:for each="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1)}" as="row">
|
||||
<tr>
|
||||
<td><a class="booking-link" href="{row.hotelUri}"
|
||||
title="Infos zu {row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)}"
|
||||
target="_blank">
|
||||
{row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)}
|
||||
</a></td>
|
||||
<td>{row.hotelShortName -> v:or(alternative: row.hotelTitle) -> v:or(alternative: row.hotelName)}</td>
|
||||
<f:for each="{roomTypesPax}" as="type">
|
||||
<td>
|
||||
<f:if condition="{v:variable.get(name: 'row.rooms.{type}.available', useRawKeys: 1)}">
|
||||
|
||||
Reference in New Issue
Block a user