Commit 92b7f4631694aaf275fe61f7fd5dc2c344f787d1

Authored by Alexandre
1 parent 38379776

bugfixes

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/Template/Suivis/view.ctp
... ... @@ -16,7 +16,7 @@
16 16 ['style'=>'margin-left: 100px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $suivi->id)]
17 17 );
18 18  
19   - echo $this->Html->link('<i class="icon-file"></i> Lier un Doc.',
  19 + /*echo $this->Html->link('<i class="icon-file"></i> Lier un Doc.',
20 20 ['controller' => 'documents',
21 21 'action' => 'add',
22 22 $suivi->id],
... ... @@ -24,7 +24,7 @@
24 24 'style' => 'margin-left: 100px',
25 25 'escape' => false]
26 26 );
27   - }
  27 + }*/
28 28  
29 29  
30 30  
... ...