- = $materiel->has('designation') ? $this->Html->link($materiel->designation, ['controller' => 'Organismes', 'action' => 'view', $materiel->id]) : '' ?> |
+ = $materiel->has('designation') ? $this->Html->link($materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $materiel->id]) : '' ?> |
= h($materiel->numero_laboratoire) ?> |
= $materiel->has('category') ? h($materiel->category->nom) : '' ?> |
= $materiel->has('organisme') ? h($materiel->organisme->nom) : '' ?> |
--
libgit2 0.21.2