Skip to content
Snippets Groups Projects
Commit 837c93b3 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Icons

parent 2fac10cd
Branches
Tags 6.0.10
No related merge requests found
...@@ -76,7 +76,7 @@ $this->headTitle($title); ...@@ -76,7 +76,7 @@ $this->headTitle($title);
<?php endif; ?> <?php endif; ?>
</td> </td>
<td> <td>
<span class="icon <?php echo $template->getType(); ?>"> <?= $template->getType() ?></span> <span class="icon icon-<?php echo $template->getType(); ?>"> <?= $template->getType() ?></span>
</td> </td>
<td class="text-end"> <td class="text-end">
<?php if ($canAfficher) : ?> <?php if ($canAfficher) : ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment