fix: adopt travel info urls
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user