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