Commit 7c60c0d1 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fix remonté dans l'arbo des structures

parent c7c44c74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ $filles = array_filter($filles, function (Structure $s) use ($date) { return ! $
            <li>
            <?php if ($canAfficher) : ?>
                <?php /** @see \Structure\Controller\StructureController::descriptionAction() */ ?>
                <a href="<?php echo $this->url('structure/description', ['structure' => $structure->getId()], [], true); ?>">
                <a href="<?php echo $this->url('structure/description', ['structure' => $structure->getParent()->getId()], [], true); ?>">
                    <?php echo $parent->getLibelleLong(); ?>
                </a>
            <?php else: ?>