diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-14 15:25:16 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-14 15:25:16 -0500 |
commit | 8e25c875f26b05e3138fb4d09d9f720456c09f76 (patch) | |
tree | 103921f8ba3734a7c524efd0ed0ab68d4f919a13 /app/Template/notification/task_file_create.php | |
parent | fbb58e08d3dbe0ec39f5d71d6aaa64528293bc71 (diff) |
Add ProjecFile and TaskFile models
Diffstat (limited to 'app/Template/notification/task_file_create.php')
-rw-r--r-- | app/Template/notification/task_file_create.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Template/notification/task_file_create.php b/app/Template/notification/task_file_create.php new file mode 100644 index 00000000..63f7d1b8 --- /dev/null +++ b/app/Template/notification/task_file_create.php @@ -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)) ?>
\ No newline at end of file |