[TASK] style boat screen

This commit is contained in:
Marie Birner
2023-09-28 16:40:05 +02:00
committed by philipp
parent 9b433f977a
commit a544d5d060
3 changed files with 65 additions and 49 deletions

View File

@ -9,11 +9,9 @@
<h1 class="h1">Boats</h1>
{{ boat::new() }}
<div class="bg-primary-100 p-3 rounded-b-md grid gap-4">
{% for boat in boats %}
{{ boat::edit(boat=boat, uuid=loop.index) }}
{% endfor %}
</div>
{% for boat in boats %}
{{ boat::edit(boat=boat, uuid=loop.index) }}
{% endfor %}
</div>