Add new task/project image hooks

This commit is contained in:
Timo
2020-03-15 19:59:12 +01:00
committed by GitHub
parent edf18af344
commit e6d5e6222e
2 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,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:images:dropdown', array('project' => $project, 'file' => $file)) ?>
</ul>
</div>
</div>