Add an arrivedAt property to starship and print it.

This commit is contained in:
Krzysztof Płaczek
2024-10-19 16:53:07 +02:00
parent d5dc033be9
commit c2998606b5
3 changed files with 21 additions and 12 deletions

View File

@@ -28,6 +28,9 @@
href="{{ path('app_starship_show', {id: ship.id}) }}"
>{{ ship.name }}</a>
</h4>
<div>
Arrived at: {{ ship.arrivedAt|date }}
</div>
</div>
</div>
<div class="flex justify-center min-[1174px]:justify-start mt-2 min-[1174px]:mt-0 shrink-0">