Commit 17eccf60bd4684c76ac9f46389dd595499653771
1 parent
5831795f
Exists in
master
and in
3 other branches
Debug Menu
MI
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/Template/Element/menu.ctp
... | ... | @@ -9,8 +9,6 @@ |
9 | 9 | |
10 | 10 | <li><?=$this->Html->link('<i class="icon-briefcase"></i> Mes matériels', ['controller' => 'Materiels', 'action' => 'index', 'MY' => $username ], ['escape' => false]);?></li> |
11 | 11 | |
12 | - <li><?=$this->Html->link('<i class="icon-briefcase"></i> Mes matériels', ['controller' => 'Materiels', 'action' => 'index', 'MY' => $username ], ['escape' => false]);?></li> | |
13 | - | |
14 | 12 | <li><?=$this->Html->link(__('<i class="icon-search"></i> Rechercher un matériel'), ['controller' => 'materiels','action' => 'find'], ['escape' => false]);?></li> |
15 | 13 | |
16 | 14 | <li><?=$this->Html->link(__('<i class="icon-search"></i> Rechercher un suivi'), ['controller' => 'suivis','action' => 'find'], ['escape' => false]);?></li> | ... | ... |