Loading view/unicaen-indicateur/index/index.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
view/unicaen-indicateur/index/index.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading