summaryrefslogtreecommitdiff
path: root/app/Template/event_task_assignee_change.php
blob: b346325e55fe24b4d03b27bbd0c8513925095c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<p class="activity-title">
    <?= e(
            '%s change the assignee of the task <a href="?controller=task&amp;action=show&amp;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>