Move event and notification templates to a subfolder
This commit is contained in:
6
app/Template/notification/footer.php
Normal file
6
app/Template/notification/footer.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<hr/>
|
||||
Kanboard
|
||||
|
||||
<?php if (isset($application_url) && ! empty($application_url)): ?>
|
||||
- <a href="<?= $application_url.'?controller=task&action=show&task_id='.$task['id'] ?>"><?= t('view the task on Kanboard') ?></a>.
|
||||
<?php endif ?>
|
||||
Reference in New Issue
Block a user