mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
feat: ajout de la date dans la page de gestion de la commande groupée
This commit is contained in:
parent
f242870d50
commit
b57ebafca8
1 changed files with 2 additions and 1 deletions
|
@ -183,7 +183,8 @@
|
|||
<div class="modal-card ">
|
||||
<header class="modal-card-head has-background-info">
|
||||
<div class="modal-card-title-container">
|
||||
<p class="modal-card-title">Commande de {{ order.author }}</p>
|
||||
<p class="modal-card-title mb-2">Commande de {{ order.author }}</p>
|
||||
<p class="has-text-grey-dark">Le {{ order.created_date|date:'d M Y' }} à {{ order.created_date|date:'H:i' }}</p>
|
||||
</div>
|
||||
<button class="delete" aria-label="close"></button>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue