Remove ambiguous hotel links

This commit is contained in:
Björn Fromme
2019-07-25 16:24:04 +02:00
parent d1a13e8a0f
commit a238e55241
@@ -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)}">