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,7 @@
<h2><?= $this->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('New comment posted by %s', $comment['name'] ?: $comment['username']) ?></h3>
<?= $this->text->markdown($comment['comment']) ?>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>