summaryrefslogtreecommitdiff
path: root/app/Templates/event_task_open.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-09 20:39:45 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-09 20:39:45 +0200
commit9bde377bbe85617dde280af985e033cf7de61803 (patch)
tree2d2c080a86542206f862bd6d1c14ce622aa225a8 /app/Templates/event_task_open.php
parentef95c7c28479a22e41fff35a893f05eb084e1f2c (diff)
Start to implement task history and project activity
Diffstat (limited to 'app/Templates/event_task_open.php')
-rw-r--r--app/Templates/event_task_open.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Templates/event_task_open.php b/app/Templates/event_task_open.php
new file mode 100644
index 00000000..b3bc595a
--- /dev/null
+++ b/app/Templates/event_task_open.php
@@ -0,0 +1,6 @@
+<p class="activity-title">
+ <?= t('%s open the task #%d', $author, $task_id) ?>
+</p>
+<p class="activity-description">
+ <em><?= Helper\escape($task_title ?></em>
+</p> \ No newline at end of file