@@ -33,7 +33,7 @@ |
||
33 | 33 | $this->grid->setModel($this->getModel()); |
34 | 34 | |
35 | 35 | $this->grid->addDecorator('name', ['Multiformat', function($row, $column) { |
36 | - return [['Template', '<a href="#" class="file-modal" data-id="' . $row['id'] . '">' . $row[$column] . '</a>']]; |
|
36 | + return [['Template', '<a href="#" class="file-modal" data-id="' . $row['id'] . '">' . $row[$column] . '</a>']]; |
|
37 | 37 | }]); |
38 | 38 | |
39 | 39 | $modal = $this->add(new FileModal()); |