summaryrefslogtreecommitdiff
path: root/app/Template/notification/file_create.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-14 15:25:16 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-14 15:25:16 -0500
commit8e25c875f26b05e3138fb4d09d9f720456c09f76 (patch)
tree103921f8ba3734a7c524efd0ed0ab68d4f919a13 /app/Template/notification/file_create.php
parentfbb58e08d3dbe0ec39f5d71d6aaa64528293bc71 (diff)
Add ProjecFile and TaskFile models
Diffstat (limited to 'app/Template/notification/file_create.php')
-rw-r--r--app/Template/notification/file_create.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Template/notification/file_create.php b/app/Template/notification/file_create.php
deleted file mode 100644
index 63f7d1b8..00000000
--- a/app/Template/notification/file_create.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<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