fix: adopt travel info urls

This commit is contained in:
Björn Fromme
2025-03-21 16:26:49 +01:00
parent b88be16550
commit 6326e1ffc3
5 changed files with 27 additions and 4 deletions
+3 -3
View File
@@ -75,11 +75,11 @@
target="_blank">
Rechnung
</a>
{% if booking.hasDocuments %}
<a href="{{ path('app_booking_documents', { 'id': booking.id }) }}"
{% if booking.travelInfoUrl is not null %}
<a href="{{ booking.travelInfoUrl }}"
class="button bg-button bg-pink button--small"
target="_blank">
Reisedokumente
Reiseinfos
</a>
{% endif %}
</div>