add projectoverview document template hook

This commit is contained in:
Tomas Dittmann 2022-06-13 17:43:18 +02:00 committed by Frédéric Guillot
parent 43e168b721
commit 6308ac41cd
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
<?= $this->modal->confirm('trash-o', t('Remove'), 'ProjectFileController', 'confirm', array('project_id' => $project['id'], 'file_id' => $file['id'])) ?>
</li>
<?php endif ?>
<?= $this->hook->render('template:project-overview:documents:dropdown', array('project' => $project, 'file' => $file)) ?>
</ul>
</div>
</td>