Add an arrivedAt property to starship and print it.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user