mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-03 12:21:52 +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>
|
<tr>
|
||||||
<td>{{ order.author }}</td>
|
<td>{{ order.author }}</td>
|
||||||
<td>{{ order.price }} €</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>
|
<td>
|
||||||
<button class="button is-info is-small js-modal-trigger" data-target="order-detail-{{ order.id }}">
|
<button class="button is-info is-small js-modal-trigger" data-target="order-detail-{{ order.id }}">
|
||||||
Voir
|
Voir
|
||||||
|
|
Loading…
Reference in a new issue