feat: improved layout, removed htmx-boost for simplicity
This commit is contained in:
@@ -232,11 +232,11 @@
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<a href="{{ path('app_bookings') }}"
|
||||
class="button bg-button">
|
||||
class="button bg-button" {{ stimulus_action('loading', 'toggle') }}>
|
||||
zurück
|
||||
</a>
|
||||
<button type="submit"
|
||||
class="button bg-button bg-button--secondary">
|
||||
class="button bg-button bg-button--secondary" {{ stimulus_action('loading', 'toggle') }}>
|
||||
Aktualisieren
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user