Add email notifications
This commit is contained in:
10
app/Templates/notification_task_due.php
Normal file
10
app/Templates/notification_task_due.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<h2><?= t('List of due tasks for the project "%s"', $project) ?></h2>
|
||||
|
||||
<ul>
|
||||
<?php foreach ($tasks as $task): ?>
|
||||
<li>(<strong>#<?= $task['id'] ?></strong>) <?= Helper\escape($task['title']) ?> (<strong><?= t('Assigned to %s', $task['assignee_name'] ?: $task['assignee_username']) ?></strong>)</li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
|
||||
<hr/>
|
||||
<p>Kanboard</p>
|
||||
Reference in New Issue
Block a user