Add new template hooks

This commit is contained in:
Frederic Guillot
2016-07-22 17:58:39 -04:00
parent 0ae215edb3
commit 5fe81ae6ef
3 changed files with 5 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
</li>
<?php endif ?>
<?php endif ?>
<?= $this->hook->render('template:board:column:dropdown', array('swimlane' => $swimlane, 'column' => $column)) ?>
</ul>
</span>
<?php endif ?>

View File

@@ -59,6 +59,7 @@
<?= $this->url->link(t('New private project'), 'ProjectCreationController', 'createPrivate', array(), false, 'popover') ?>
</li>
<?php endif ?>
<?= $this->hook->render('template:header:creation-dropdown') ?>
</ul>
</div>
<?php endif ?>