mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +02:00
feat: affichage telephone dans la liste des commandes sur la page de gestion
This commit is contained in:
parent
8adc700005
commit
b05eeb5a82
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
<tr>
|
||||
<td>{{ order.author }}</td>
|
||||
<td>{{ order.price }} €</td>
|
||||
<td><a href="mailto:{{ order.author.email }}">{{ order.author.email }}</a></td>
|
||||
<td><a href="mailto:{{ order.author.email }}">{{ order.author.email }}</a>{% if order.author.phone %} / {{ order.author.phone }}{% endif %}</td>
|
||||
<td>
|
||||
<button class="button is-info is-small js-modal-trigger" data-target="order-detail-{{ order.id }}">
|
||||
Voir
|
||||
|
|
Loading…
Reference in a new issue