feat: replace toasts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user