forked from Ruderverein-Donau-Linz/rowt
[TASK] style boat screen
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user