feat: replace toasts

This commit is contained in:
Björn Fromme
2025-01-26 18:47:11 +01:00
parent 289668bcbd
commit 8e931c95e3
15 changed files with 54 additions and 111 deletions
+2 -4
View File
@@ -70,13 +70,11 @@
</a>
{% endif %}
<a href="{{ path('app_booking_confirmation', { 'id': booking.id }) }}"
class="button bg-button button--small"
target="_blank" {{ stimulus_action('loading', 'toggle') }}>
class="button bg-button button--small">
Bestätigung
</a>
<a href="{{ path('app_booking_documents', { 'id': booking.id }) }}"
class="button bg-button button--small"
target="_blank" {{ stimulus_action('loading', 'toggle') }}>
class="button bg-button button--small">
Reisedokumente
</a>
</div>