blob: 463223a02eac27af1636c3833c79f201ad2371e2 (
plain)
1
2
3
4
5
|
<h2><?= $this->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('The task #%d have been closed.', $task['id']) ?></p>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>
|