summaryrefslogtreecommitdiff
path: root/app/Templates/event_task_move_position.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/event_task_move_position.php')
-rw-r--r--app/Templates/event_task_move_position.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Templates/event_task_move_position.php b/app/Templates/event_task_move_position.php
new file mode 100644
index 00000000..e7d6b244
--- /dev/null
+++ b/app/Templates/event_task_move_position.php
@@ -0,0 +1,6 @@
+<p class="activity-title">
+ <?= t('%s moved the task #%d to the position %d in the column %s', $author, $task_id, $task_position, $task_column_name) ?>
+</p>
+<p class="activity-description">
+ <em><?= Helper\escape($task_title) ?></em>
+</p> \ No newline at end of file