Added hook for plugins

This commit is contained in:
Eskiso 2016-09-28 17:25:52 +01:00 committed by GitHub
parent a44d7fa396
commit ee2de22b58
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
<?= $this->subtask->selectAssignee($users_list, $values, $errors) ?>
<?= $this->subtask->selectTimeEstimated($values, $errors) ?>
<?= $this->subtask->selectTimeSpent($values, $errors) ?>
<?= $this->hook->render('template:subtask:form:edit', array('values' => $values, 'errors' => $errors)) ?>
<div class="form-actions">
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
<?= t('or') ?>