Skip to content
Snippets Groups Projects
Commit 8378e373 authored by Florian Joriot's avatar Florian Joriot
Browse files

correction icon inexistant

parent 309a0e38
No related branches found
No related tags found
No related merge requests found
Pipeline #35336 failed
......@@ -50,7 +50,7 @@ $canDesabonnement = true;
<?php if ($canDesabonnement) : ?>
<?php /** @see \Indicateur\Controller\AbonnementController::resilierAction() */ ?>
<a href="<?php echo $this->url('abonnement/resilier', ['indicateur' => $abonnement->getIndicateur()->getId()], ['query' => ['retour' => $this->url('mes-indicateurs', [], [], true)]], true); ?>">
<span class="icon icon-retirer"></span></a>
<span class="icon icon-unchecked"></span></a>
<?php endif; ?>
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment