summaryrefslogtreecommitdiff
path: root/app/Templates/event_task_move_column.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_move_column.php
parentef95c7c28479a22e41fff35a893f05eb084e1f2c (diff)
Start to implement task history and project activity
Diffstat (limited to 'app/Templates/event_task_move_column.php')
-rw-r--r--app/Templates/event_task_move_column.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Templates/event_task_move_column.php b/app/Templates/event_task_move_column.php
new file mode 100644
index 00000000..0ccad655
--- /dev/null
+++ b/app/Templates/event_task_move_column.php
@@ -0,0 +1,6 @@
+<p class="activity-title">
+ <?= t('%s moved the task #%d to the column %s', $author, $task_id, $task_column_name) ?>
+</p>
+<p class="activity-description">
+ <em><?= Helper\escape($task_title) ?></em>
+</p> \ No newline at end of file