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