diff options
Diffstat (limited to 'app/Templates/event_task_move_position.php')
-rw-r--r-- | app/Templates/event_task_move_position.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Templates/event_task_move_position.php b/app/Templates/event_task_move_position.php deleted file mode 100644 index 26cdeb13..00000000 --- a/app/Templates/event_task_move_position.php +++ /dev/null @@ -1,6 +0,0 @@ -<p class="activity-title"> - <?= e('%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the position #%d in the column "%s"', Helper\escape($author), $task_id, $task_id, $task['position'], Helper\escape($task['column_title'])) ?> -</p> -<p class="activity-description"> - <em><?= Helper\escape($task['title']) ?></em> -</p>
\ No newline at end of file |