Fix notification template issues

This commit is contained in:
Frederic Guillot
2015-06-11 20:36:42 -04:00
parent e22da9d32a
commit 8dd6824734
5 changed files with 35 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<h2><?= $this->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('New attachment added "%s"', $file['name']) ?></p>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>