Add ProjecFile and TaskFile models
This commit is contained in:
5
app/Template/notification/task_file_create.php
Normal file
5
app/Template/notification/task_file_create.php
Normal 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)) ?>
|
||||
Reference in New Issue
Block a user