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

Merge branch 'master' of https://git.unicaen.fr/lib/unicaen/indicateur into HEAD

parents 52b505c8 c1d5379e
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,7 +90,8 @@ $canCategories = $this->isAllowed(IndicateurPrivileges::getResourceId(Indicateur
                        <td>
                            <?php echo $indicateur->getTitre(); ?>
                            <?php if ($indicateur->getDescription()) : ?>
                                <span class="icon icon-information" title="<?php echo $indicateur->getDescription(); ?> "></span>
                                <span class="icon icon-information" data-bs-toggle='tooltip' data-bs-html='true'
                                      title="<?php echo $indicateur->getDescription(); ?> "></span>
                            <?php endif; ?>
                        </td>
                        <td> <?php echo $indicateur->getEntity(); ?> </td>