Send notifications on user mentions

This commit is contained in:
Frederic Guillot
2015-12-29 09:30:36 +01:00
parent 9ff0abd8d6
commit ded63d21a8
19 changed files with 323 additions and 74 deletions

View File

@@ -0,0 +1,7 @@
<h2><?= t('You were mentioned in the task #%d', $task['id']) ?></h2>
<p><?= $this->e($task['title']) ?></p>
<h2><?= t('Description') ?></h2>
<?= $this->text->markdown($task['description']) ?>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>