Rename CommentModel::EVENT_REMOVE to CommentModel::EVENT_DELETE

This commit is contained in:
Frederic Guillot
2016-07-20 21:47:23 -04:00
parent 7b100cc57b
commit 3dd20c9c78
6 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('Comment removed') ?></h3>
<?= $this->text->markdown($comment['comment']) ?>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>