🚧 Ajoute la suppression

This commit is contained in:
2017-11-13 20:51:16 +01:00
parent 7e454a06ad
commit f02a22c8b3
3 changed files with 16 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
</td>
<td>
<a href="<?php echo route('deals.view', ['type' => $type, 'id' => $deal->getId()]); ?>">Voir</a>
<a href="<?php echo route('deals.delete', ['type' => $type, 'id' => $deal->getId()]); ?>">Supprimer</a>
</td>
</tr>
@endforeach</tbody>