Commit 8378e373 authored by Florian Joriot's avatar Florian Joriot
Browse files

correction icon inexistant

parent 309a0e38
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>